File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " ^5.5 || ^7.0" ,
14
14
"phpunit/phpunit" : " ^5.7.23 || ^6.4.3 || ^7.0" ,
15
- "phpunitgoodpractices/polyfill" : " ^1.0 "
15
+ "phpunitgoodpractices/polyfill" : " ^1.1 "
16
16
},
17
17
"conflict" : {
18
18
"hhvm" : " *"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<phpunit
4
- xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
4
+ xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
6
6
backupGlobals =" false"
7
7
backupStaticAttributes =" false"
8
8
beStrictAboutChangesToGlobalState =" true"
9
9
beStrictAboutOutputDuringTests =" true"
10
- beStrictAboutTestSize =" true"
11
10
beStrictAboutTestsThatDoNotTestAnything =" true"
12
11
beStrictAboutTodoAnnotatedTests =" true"
13
12
bootstrap =" ./vendor/autoload.php"
16
15
convertErrorsToExceptions =" true"
17
16
convertNoticesToExceptions =" true"
18
17
convertWarningsToExceptions =" true"
18
+ enforceTimeLimit =" true"
19
19
processIsolation =" false"
20
20
stopOnFailure =" false"
21
21
verbose =" true"
22
22
>
23
23
<testsuites >
24
- <testsuite >
24
+ <testsuite name = " all " >
25
25
<directory >./tests</directory >
26
26
</testsuite >
27
27
</testsuites >
You can’t perform that action at this time.
0 commit comments