Skip to content

Commit fc0b5d8

Browse files
authored
Merge pull request #204 from wojsmol/patch-1
Move PHP 5.4 tests from `WP_VERSION` `latest` to `5.1`
2 parents 1a40d1b + 1c0f4ef commit fc0b5d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
- stage: test
7272
php: 5.4
7373
dist: precise
74-
env: WP_VERSION=latest
74+
env: WP_VERSION=5.1

features/install-wp-tests.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Feature: Scaffold install-wp-tests.sh tests
1414
"""
1515
And the return code should be 1
1616

17-
@less-than-php-7.2
17+
@require-php-5.6
1818
Scenario: Install latest version of WordPress
1919
Given a WP install
2020
And I run `wp plugin path`
@@ -76,7 +76,7 @@ Feature: Scaffold install-wp-tests.sh tests
7676
When I run `WP_TESTS_DIR=/tmp/behat-wordpress-tests-lib phpunit -c {PLUGIN_DIR}/hello-world/phpunit.xml.dist`
7777
Then the return code should be 0
7878

79-
@less-than-php-7.2
79+
@require-php-5.6
8080
Scenario: Install WordPress from trunk
8181
Given a WP install
8282
And I run `wp plugin path`

0 commit comments

Comments
 (0)