File tree 8 files changed +43
-8
lines changed
8 files changed +43
-8
lines changed Original file line number Diff line number Diff line change 9
9
- ci/**
10
10
- composer.*
11
11
- src/**
12
- - phpunit.xml.dist
13
12
- tests/**
14
13
push :
15
14
branches :
19
18
- ci/**
20
19
- composer.*
21
20
- src/**
22
- - phpunit.xml.dist
23
21
- tests/**
24
22
25
23
env :
Original file line number Diff line number Diff line change 3
3
xsi : noNamespaceSchemaLocation =" ../../../vendor/phpunit/phpunit/phpunit.xsd"
4
4
colors =" true"
5
5
beStrictAboutOutputDuringTests =" true"
6
+ displayDetailsOnTestsThatTriggerDeprecations =" true"
7
+ displayDetailsOnTestsThatTriggerNotices =" true"
8
+ displayDetailsOnTestsThatTriggerWarnings =" true"
9
+ failOnNotice =" true"
10
+ failOnWarning =" true"
6
11
failOnRisky =" true"
7
12
cacheDirectory =" .phpunit.cache"
8
13
>
19
24
20
25
<!-- necessary change for some CLI/console output test assertions -->
21
26
<env name =" COLUMNS" value =" 120" />
27
+ <env name =" DOCTRINE_DEPRECATIONS" value =" trigger" />
22
28
</php >
23
29
24
30
<testsuites >
27
33
</testsuite >
28
34
</testsuites >
29
35
30
- <source >
36
+ <source ignoreSuppressionOfDeprecations = " true " >
31
37
<include >
32
38
<directory suffix =" .php" >../../../src</directory >
33
39
</include >
Original file line number Diff line number Diff line change 3
3
xsi : noNamespaceSchemaLocation =" ../../../vendor/phpunit/phpunit/phpunit.xsd"
4
4
colors =" true"
5
5
beStrictAboutOutputDuringTests =" true"
6
+ displayDetailsOnTestsThatTriggerDeprecations =" true"
7
+ displayDetailsOnTestsThatTriggerNotices =" true"
8
+ displayDetailsOnTestsThatTriggerWarnings =" true"
9
+ failOnNotice =" true"
10
+ failOnWarning =" true"
6
11
failOnRisky =" true"
7
12
cacheDirectory =" .phpunit.cache"
8
13
>
19
24
20
25
<!-- necessary change for some CLI/console output test assertions -->
21
26
<env name =" COLUMNS" value =" 120" />
27
+ <env name =" DOCTRINE_DEPRECATIONS" value =" trigger" />
22
28
</php >
23
29
24
30
<testsuites >
27
33
</testsuite >
28
34
</testsuites >
29
35
30
- <source >
36
+ <source ignoreSuppressionOfDeprecations = " true " >
31
37
<include >
32
38
<directory suffix =" .php" >../../../src</directory >
33
39
</include >
Original file line number Diff line number Diff line change 3
3
xsi : noNamespaceSchemaLocation =" ../../../vendor/phpunit/phpunit/phpunit.xsd"
4
4
colors =" true"
5
5
beStrictAboutOutputDuringTests =" true"
6
+ displayDetailsOnTestsThatTriggerDeprecations =" true"
7
+ displayDetailsOnTestsThatTriggerNotices =" true"
8
+ displayDetailsOnTestsThatTriggerWarnings =" true"
9
+ failOnNotice =" true"
10
+ failOnWarning =" true"
6
11
failOnRisky =" true"
7
12
cacheDirectory =" .phpunit.cache"
8
13
>
16
21
17
22
<!-- necessary change for some CLI/console output test assertions -->
18
23
<env name =" COLUMNS" value =" 120" />
24
+ <env name =" DOCTRINE_DEPRECATIONS" value =" trigger" />
19
25
</php >
20
26
21
27
<testsuites >
24
30
</testsuite >
25
31
</testsuites >
26
32
27
- <source >
33
+ <source ignoreSuppressionOfDeprecations = " true " >
28
34
<include >
29
35
<directory suffix =" .php" >../../../src</directory >
30
36
</include >
Original file line number Diff line number Diff line change 3
3
xsi : noNamespaceSchemaLocation =" ../../../vendor/phpunit/phpunit/phpunit.xsd"
4
4
colors =" true"
5
5
beStrictAboutOutputDuringTests =" true"
6
+ displayDetailsOnTestsThatTriggerDeprecations =" true"
7
+ displayDetailsOnTestsThatTriggerNotices =" true"
8
+ displayDetailsOnTestsThatTriggerWarnings =" true"
9
+ failOnNotice =" true"
10
+ failOnWarning =" true"
6
11
failOnRisky =" true"
7
12
cacheDirectory =" .phpunit.cache"
8
13
>
14
19
15
20
<!-- necessary change for some CLI/console output test assertions -->
16
21
<env name =" COLUMNS" value =" 120" />
22
+ <env name =" DOCTRINE_DEPRECATIONS" value =" trigger" />
17
23
</php >
18
24
19
25
<testsuites >
22
28
</testsuite >
23
29
</testsuites >
24
30
25
- <source >
31
+ <source ignoreSuppressionOfDeprecations = " true " >
26
32
<include >
27
33
<directory suffix =" .php" >../../../src</directory >
28
34
</include >
Original file line number Diff line number Diff line change 3
3
xsi : noNamespaceSchemaLocation =" ../../../vendor/phpunit/phpunit/phpunit.xsd"
4
4
colors =" true"
5
5
beStrictAboutOutputDuringTests =" true"
6
+ displayDetailsOnTestsThatTriggerDeprecations =" true"
7
+ displayDetailsOnTestsThatTriggerNotices =" true"
8
+ displayDetailsOnTestsThatTriggerWarnings =" true"
9
+ failOnNotice =" true"
10
+ failOnWarning =" true"
6
11
failOnRisky =" true"
7
12
cacheDirectory =" .phpunit.cache"
8
13
>
16
21
17
22
<!-- necessary change for some CLI/console output test assertions -->
18
23
<env name =" COLUMNS" value =" 120" />
24
+ <env name =" DOCTRINE_DEPRECATIONS" value =" trigger" />
19
25
</php >
20
26
21
27
<testsuites >
24
30
</testsuite >
25
31
</testsuites >
26
32
27
- <source >
33
+ <source ignoreSuppressionOfDeprecations = " true " >
28
34
<include >
29
35
<directory suffix =" .php" >../../../src</directory >
30
36
</include >
Original file line number Diff line number Diff line change 3
3
xsi : noNamespaceSchemaLocation =" ../../../vendor/phpunit/phpunit/phpunit.xsd"
4
4
colors =" true"
5
5
beStrictAboutOutputDuringTests =" true"
6
+ displayDetailsOnTestsThatTriggerDeprecations =" true"
7
+ displayDetailsOnTestsThatTriggerNotices =" true"
8
+ displayDetailsOnTestsThatTriggerWarnings =" true"
9
+ failOnNotice =" true"
10
+ failOnWarning =" true"
6
11
failOnRisky =" true"
7
12
cacheDirectory =" .phpunit.cache"
8
13
>
14
19
15
20
<!-- necessary change for some CLI/console output test assertions -->
16
21
<env name =" COLUMNS" value =" 120" />
22
+ <env name =" DOCTRINE_DEPRECATIONS" value =" trigger" />
17
23
</php >
18
24
19
25
<testsuites >
22
28
</testsuite >
23
29
</testsuites >
24
30
25
- <source >
31
+ <source ignoreSuppressionOfDeprecations = " true " >
26
32
<include >
27
33
<directory suffix =" .php" >../../../src</directory >
28
34
</include >
Original file line number Diff line number Diff line change 14
14
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
15
15
xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
16
16
colors =" true"
17
+ beStrictAboutOutputDuringTests =" true"
17
18
displayDetailsOnTestsThatTriggerDeprecations =" true"
18
19
displayDetailsOnTestsThatTriggerNotices =" true"
19
20
displayDetailsOnTestsThatTriggerWarnings =" true"
You can’t perform that action at this time.
0 commit comments