Skip to content

Commit fc647a7

Browse files
authored
Merge pull request #96 from wp-cli/fix/addition-of-filesize
Fix test for attachment serialization
2 parents 2e8c804 + 3ad80a0 commit fc647a7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
},
2626
"config": {
2727
"process-timeout": 7200,
28-
"sort-packages": true
28+
"sort-packages": true,
29+
"allow-plugins": {
30+
"dealerdirect/phpcodesniffer-composer-installer": true
31+
}
2932
},
3033
"extra": {
3134
"branch-alias": {

features/export.feature

+2-2
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ Feature: Export content.
813813
"""
814814
And the {EXPORT_FILE} file should contain:
815815
"""
816-
codeispoetry.png";s:5:"sizes"
816+
codeispoetry.png";s:
817817
"""
818818
And the {EXPORT_FILE} file should contain:
819819
"""
@@ -841,7 +841,7 @@ Feature: Export content.
841841
"""
842842
And the {EXPORT_FILE} file should not contain:
843843
"""
844-
white-150-square.jpg";s:5:"sizes"
844+
white-150-square.jpg";s:
845845
"""
846846

847847
Scenario: Export categories, tags and terms

0 commit comments

Comments
 (0)