Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 24d44c4

Browse files
committed
Run AssertsTest with PHPUnit 7
1 parent ab04a95 commit 24d44c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
env:
4-
CODECEPTION_VERSION: '2.6.x-dev'
4+
CODECEPTION_VERSION: '3.0.x-dev'
55

66
php:
77
- 7.1
@@ -17,9 +17,11 @@ script:
1717
- php robo.phar test cli
1818
- php robo.phar test "unit -g core"
1919
- php robo.phar test "tests/unit/Codeception/Constraints/"
20+
- php robo.phar test "tests/unit/Codeception/Module/AssertsTest.php"
2021
# run tests with 2.5 branch
2122
- CODECEPTION_VERSION=2.5.x-dev php robo.phar prepare
2223
- composer update
2324
- php robo.phar test cli
2425
- php robo.phar test "unit -g core"
2526
- php robo.phar test "tests/unit/Codeception/Constraints/"
27+
- php robo.phar test "tests/unit/Codeception/Module/AssertsTest.php"

0 commit comments

Comments
 (0)