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

Commit 04a825f

Browse files
committed
Run AssertsTest with PHPUnit 8
1 parent 7090736 commit 04a825f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 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.2
@@ -16,3 +16,4 @@ script:
1616
- php robo.phar test cli
1717
- php robo.phar test "unit -g core"
1818
- php robo.phar test "tests/unit/Codeception/Constraints/"
19+
- php robo.phar test "tests/unit/Codeception/Module/AssertsTest.php"

0 commit comments

Comments
 (0)