File tree Expand file tree Collapse file tree 4 files changed +9
-20
lines changed Expand file tree Collapse file tree 4 files changed +9
-20
lines changed Original file line number Diff line number Diff line change 1
1
composer.lock
2
2
phpunit.xml
3
3
vendor
4
+ /.idea
Original file line number Diff line number Diff line change @@ -40,19 +40,19 @@ matrix:
40
40
env : LARAVEL_VERSION=5.4.*
41
41
- php : 7.1
42
42
env : LARAVEL_VERSION=5.5.*
43
- - php : hhvm
43
+ - php : hhvm-3.21
44
44
env : LARAVEL_VERSION=5.1.*
45
45
dist : trusty
46
- - php : hhvm
46
+ - php : hhvm-3.21
47
47
env : LARAVEL_VERSION=5.2.*
48
48
dist : trusty
49
- - php : hhvm
49
+ - php : hhvm-3.21
50
50
env : LARAVEL_VERSION=5.3.*
51
51
dist : trusty
52
- - php : hhvm
52
+ - php : hhvm-3.21
53
53
env : LARAVEL_VERSION=5.4.*
54
54
dist : trusty
55
- - php : hhvm
55
+ - php : hhvm-3.21
56
56
env : LARAVEL_VERSION=5.5.*
57
57
dist : trusty
58
58
@@ -64,4 +64,4 @@ before_install:
64
64
install :
65
65
- travis_retry composer install --no-suggest --prefer-dist -n -o
66
66
67
- script : vendor/bin/phpunit
67
+ script : vendor/bin/phpunit
Original file line number Diff line number Diff line change 24
24
"mrclay/minify" : " ^2.2"
25
25
},
26
26
"require-dev" : {
27
- "graham-campbell/testbench" : " ^3.1" ,
27
+ "graham-campbell/testbench" : " ^3.1|^4.0 " ,
28
28
"mockery/mockery" : " ^0.9.4" ,
29
- "phpunit/phpunit" : " ^4.8|^5.0"
29
+ "phpunit/phpunit" : " ^4.8|^5.0|^6.0 "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
Original file line number Diff line number Diff line change 21
21
*/
22
22
abstract class AbstractFunctionalTestCase extends AbstractTestCase
23
23
{
24
- /**
25
- * @before
26
- */
27
- public function setUpStorage ()
28
- {
29
- $ files = glob (storage_path ('framework/views/* ' ));
30
-
31
- foreach ($ files as $ file ) {
32
- @unlink ($ file );
33
- }
34
- }
35
-
36
24
/**
37
25
* Normalise eol characters in a string.
38
26
*
You can’t perform that action at this time.
0 commit comments