File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 - composer lint
5151 - composer phpcs
5252 env : BUILD=sniff
53+ - stage : test
54+ php : 7.3
55+ env : WP_VERSION=latest
5356 - stage : test
5457 php : 7.2
5558 env : WP_VERSION=latest
Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ Feature: Update WordPress core
208208 wordpress-4.2.4-partial-1-en_US.zip
209209 """
210210
211+ @less-than-php-7.3
211212 Scenario : Make sure files are cleaned up
212213 Given a WP install
213214 When I run `wp core update --version=4.4 --force`
@@ -241,6 +242,7 @@ Feature: Update WordPress core
241242 When I run `wp post create --post_title='Test post' --porcelain`
242243 Then STDOUT should be a number
243244
245+ @less-than-php-7.3
244246 Scenario : Minor update on an unlocalized WordPress release
245247 Given a WP install
246248 And an empty cache
You can’t perform that action at this time.
0 commit comments