We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7cc74 commit 6e31397Copy full SHA for 6e31397
.travis.yml
@@ -1,6 +1,8 @@
1
language: php
2
php:
3
- 7.4.1
4
-before_script: composer require atoum/atoum
+before_script:
5
+ - composer require atoum/atoum
6
+ - composer require --dev phpunit/phpunit ^9
7
script :
- - ./vendor/bin/atoum ./test/UserTest.php
8
+ - ./vendor/bin/phpunit ./test/UserTest.php
0 commit comments