File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 6
6
# PHPUnit
7
7
phpunit.phar
8
8
phpunit.xml
9
+ .phpunit.result.cache
Original file line number Diff line number Diff line change 16
16
"ext-mongodb" : " ^1.6"
17
17
},
18
18
"require-dev" : {
19
- "phpunit/phpunit" : " ^5.7.27 || ^6.4"
19
+ "phpunit/phpunit" : " ^5.7.27 || ^6.4 || ^8.3 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : { "MongoDB\\ " : " src/" },
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 .3/phpunit.xsd"
6
- backupGlobals = " false "
7
- backupStaticAttributes = " false "
5
+ xsi : noNamespaceSchemaLocation =" https ://schema.phpunit.de/8 .3/phpunit.xsd"
6
+ beStrictAboutOutputDuringTests = " true "
7
+ beStrictAboutChangesToGlobalState = " true "
8
8
colors =" true"
9
- convertErrorsToExceptions =" true"
10
- convertNoticesToExceptions =" true"
11
- convertWarningsToExceptions =" true"
12
- stopOnFailure =" false"
13
- syntaxCheck =" false"
14
9
bootstrap =" tests/bootstrap.php"
15
10
>
16
11
You can’t perform that action at this time.
0 commit comments