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 1
1
language : php
2
2
3
3
php :
4
- - 5.4
5
- - 5.5
6
4
- 5.6
7
5
- 7.0
8
- - hhvm
9
6
10
7
before_script :
11
8
- travis_retry composer self-update
12
9
- travis_retry composer install --no-interaction --prefer-source --dev
13
10
14
- script : phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
11
+ script : vendor/bin/ phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
15
12
16
13
after_script : php vendor/bin/coveralls
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ abstract class TestCase extends BaseTestCase
15
15
16
16
protected $ baseUrl = 'http://localhost ' ;
17
17
18
- public function createApplication () : Application
18
+ public function createApplication ()
19
19
{
20
20
$ app = require __DIR__ . '/../../vendor/laravel/laravel/bootstrap/app.php ' ;
21
21
$ app ->make (Kernel::class)->bootstrap ();
You can’t perform that action at this time.
0 commit comments