File tree Expand file tree Collapse file tree 20 files changed +145
-98
lines changed Expand file tree Collapse file tree 20 files changed +145
-98
lines changed Original file line number Diff line number Diff line change 7
7
bootstrap =" vendor/autoload.php"
8
8
failOnRisky =" true"
9
9
failOnWarning =" true"
10
+ beStrictAboutOutputDuringTests =" true"
11
+ executionOrder =" random"
10
12
>
11
13
<coverage processUncoveredFiles =" true" >
12
14
<include >
Original file line number Diff line number Diff line change 7
7
bootstrap =" vendor/autoload.php"
8
8
failOnRisky =" true"
9
9
failOnWarning =" true"
10
+ beStrictAboutOutputDuringTests =" true"
11
+ executionOrder =" random"
10
12
>
11
13
<coverage >
12
14
<include >
Original file line number Diff line number Diff line change 7
7
bootstrap =" vendor/autoload.php"
8
8
failOnRisky =" true"
9
9
failOnWarning =" true"
10
+ beStrictAboutOutputDuringTests =" true"
11
+ executionOrder =" random"
10
12
>
11
13
<coverage >
12
14
<include >
Original file line number Diff line number Diff line change 7
7
bootstrap =" vendor/autoload.php"
8
8
failOnRisky =" true"
9
9
failOnWarning =" true"
10
+ beStrictAboutOutputDuringTests =" true"
11
+ executionOrder =" random"
10
12
>
11
13
<coverage >
12
14
<include >
Original file line number Diff line number Diff line change 4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
6
6
colors =" true"
7
- bootstrap =" vendor/autoload .php"
7
+ bootstrap =" tests/bootstrap .php"
8
8
failOnRisky =" true"
9
9
failOnWarning =" true"
10
+ beStrictAboutOutputDuringTests =" true"
11
+ executionOrder =" random"
10
12
>
11
13
<coverage processUncoveredFiles =" true" >
12
14
<include >
Original file line number Diff line number Diff line change 7
7
bootstrap =" vendor/autoload.php"
8
8
failOnRisky =" true"
9
9
failOnWarning =" true"
10
+ beStrictAboutOutputDuringTests =" true"
11
+ executionOrder =" random"
10
12
>
11
13
<coverage >
12
14
<include >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
3
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
5
- colors =" true"
6
- bootstrap =" vendor/autoload.php"
7
- failOnRisky =" true"
8
- failOnWarning =" true"
3
+ <phpunit
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
6
+ colors =" true"
7
+ bootstrap =" vendor/autoload.php"
8
+ failOnRisky =" true"
9
+ failOnWarning =" true"
10
+ beStrictAboutOutputDuringTests =" true"
11
+ executionOrder =" random"
9
12
>
10
13
<coverage processUncoveredFiles =" true" >
11
14
<include >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
3
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
5
- colors =" true"
6
- bootstrap =" vendor/autoload.php"
7
- failOnRisky =" true"
8
- failOnWarning =" true"
3
+ <phpunit
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
6
+ colors =" true"
7
+ bootstrap =" vendor/autoload.php"
8
+ failOnRisky =" true"
9
+ failOnWarning =" true"
10
+ beStrictAboutOutputDuringTests =" true"
11
+ executionOrder =" random"
9
12
>
10
13
<coverage processUncoveredFiles =" true" >
11
14
<include >
12
15
<directory suffix =" .php" >./src</directory >
13
16
</include >
14
17
</coverage >
15
-
18
+
16
19
<php >
17
20
<ini name =" error_reporting" value =" -1" />
18
21
<server name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[self]=0& max[direct]=0" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
3
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
5
- colors =" true"
6
- bootstrap =" vendor/autoload.php"
7
- failOnRisky =" true"
8
- failOnWarning =" true"
3
+ <phpunit
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
6
+ colors =" true"
7
+ bootstrap =" vendor/autoload.php"
8
+ failOnRisky =" true"
9
+ failOnWarning =" true"
10
+ beStrictAboutOutputDuringTests =" true"
11
+ executionOrder =" random"
9
12
>
10
13
<coverage processUncoveredFiles =" true" >
11
14
<include >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
3
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
5
- colors =" true"
6
- bootstrap =" vendor/autoload.php"
7
- failOnRisky =" true"
8
- failOnWarning =" true"
3
+ <phpunit
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
6
+ colors =" true"
7
+ bootstrap =" vendor/autoload.php"
8
+ failOnRisky =" true"
9
+ failOnWarning =" true"
10
+ beStrictAboutOutputDuringTests =" true"
11
+ executionOrder =" random"
9
12
>
10
13
<coverage processUncoveredFiles =" true" >
11
14
<include >
You can’t perform that action at this time.
0 commit comments