This repository was archived by the owner on Oct 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/.php_cs
2
2
/.php_cs.cache
3
+ /.phpunit.result.cache
3
4
/composer.lock
4
5
/phpunit.xml
5
6
/vendor /
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ script:
57
57
- ./run-tests.sh ~7.0.0 || travis_terminate 1
58
58
- ./run-tests.sh ~7.1.0 || travis_terminate 1
59
59
- ./run-tests.sh ~7.2.6 || travis_terminate 1
60
+ - ./run-tests.sh ~7.3.0 || travis_terminate 1
60
61
61
62
jobs :
62
63
include :
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^5.5 || ^7.0" ,
14
- "phpunit/phpunit" : " ~4.0.0 || ~4.1.0 || ~4.2.0 || ~4.3.0 || ~4.4.0 || ~4.5.0 || ~4.6.0 || ~4.8.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 || ~5.6.0 || ~5.7.0 || ~6.0.0 || ~6.1.0 || ~6.2.0 || ~6.3.0 || ~6.4.0 || ~6.5.0 || ~7.0.0 || ~7.1.0 || ~7.2.6"
14
+ "phpunit/phpunit" : " ~4.0.0 || ~4.1.0 || ~4.2.0 || ~4.3.0 || ~4.4.0 || ~4.5.0 || ~4.6.0 || ~4.8.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 || ~5.6.0 || ~5.7.0 || ~6.0.0 || ~6.1.0 || ~6.2.0 || ~6.3.0 || ~6.4.0 || ~6.5.0 || ~7.0.0 || ~7.1.0 || ~7.2.6 || ~7.3.0 "
15
15
},
16
16
"require-dev" : {
17
17
"phpunitgoodpractices/polyfill" : " ^1.1"
Original file line number Diff line number Diff line change 2
2
3
3
<phpunit
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : noNamespaceSchemaLocation =" http://schema. phpunit.de/4.8 /phpunit.xsd"
5
+ xsi : noNamespaceSchemaLocation =" vendor/ phpunit/phpunit /phpunit.xsd"
6
6
backupGlobals =" false"
7
7
backupStaticAttributes =" false"
8
8
bootstrap =" ./tests/bootstrap.php"
You can’t perform that action at this time.
0 commit comments