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 a369699 commit d45dd30Copy full SHA for d45dd30
.travis.yml
@@ -1 +1,5 @@
1
-language: php
+language: php
2
+install:
3
+ - php composer.phar install
4
+script :
5
+ - ./vendor/bin/phpunit test/UserTest.php
0 commit comments