File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 15
15
"require" : {
16
16
"php" : " ^5.5 || ^7.0" ,
17
17
"phpunit/phpunit" : " ^5.7.23 || ^6.4.3 || ^7.0" ,
18
- "phpunitgoodpractices/polyfill" : " ^1.0 "
18
+ "phpunitgoodpractices/polyfill" : " ^1.1 "
19
19
},
20
20
"conflict" : {
21
21
"hhvm" : " *"
22
22
},
23
23
"require-dev" : {
24
24
"johnkary/phpunit-speedtrap" : " ^1.1 || ^2.0 || ^3.0" ,
25
- "phpunitgoodpractices/traits" : " ^1.3.2" ,
26
25
"symfony/phpunit-bridge" : " ^3.2.2 || ^4.0"
27
26
},
28
27
"config" : {
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