File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.5
5
- - 5.6
6
4
- 7.0
7
- - hhvm
5
+ - 8.0
8
6
9
7
# This triggers builds to run on the new TravisCI infrastructure.
10
8
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
17
15
18
16
matrix :
19
17
include :
20
- - php : 5.5
18
+ - php : 7.0
21
19
env : ' COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
22
20
23
21
before_script :
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " ~5.6|~7 .0"
22
+ "php" : " ~7.0 || ~8 .0"
23
23
},
24
24
"require-dev" : {
25
- "phpunit/phpunit" : " ~4.0||~5 .0" ,
25
+ "phpunit/phpunit" : " ~8.0 || ~9 .0" ,
26
26
"scrutinizer/ocular" : " ~1.1" ,
27
27
"squizlabs/php_codesniffer" : " ~2.3"
28
28
},
33
33
},
34
34
"autoload-dev" : {
35
35
"psr-4" : {
36
- "Unicodeveloper\\ DumbPassword\\ Test" : " tests"
36
+ "Unicodeveloper\\ DumbPassword\\ Test\\ " : " tests"
37
37
}
38
38
},
39
39
"scripts" : {
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
namespace League \Skeleton ;
4
+ use PHPUnit \Framework \TestCase ;
4
5
5
- class ExampleTest extends \PHPUnit_Framework_TestCase
6
+ class ExampleTest extends TestCase
6
7
{
7
8
/**
8
9
* Test that true does in fact equal true
You can’t perform that action at this time.
0 commit comments