File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.4
5- - 5.5
64 - 5.6
75 - 7.0
8- - hhvm
96
107before_script :
118 - travis_retry composer self-update
129 - travis_retry composer install --no-interaction --prefer-source --dev
1310
14- script : phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
11+ script : vendor/bin/ phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
1512
1613after_script : php vendor/bin/coveralls
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ abstract class TestCase extends BaseTestCase
1515
1616 protected $ baseUrl = 'http://localhost ' ;
1717
18- public function createApplication () : Application
18+ public function createApplication ()
1919 {
2020 $ app = require __DIR__ . '/../../vendor/laravel/laravel/bootstrap/app.php ' ;
2121 $ app ->make (Kernel::class)->bootstrap ();
You can’t perform that action at this time.
0 commit comments