Skip to content

Commit 9cd1b2b

Browse files
authored
Merge pull request #6962 from morozov/update-doctrine-deprecations
Require Doctrine Deprecations 1.1.5
2 parents 1089fcb + c0a887c commit 9cd1b2b

18 files changed

+18
-1
lines changed

ci/appveyor/mssql.sql2017.pdo_sqlsrv.appveyor.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
910
displayDetailsOnPhpunitDeprecations="true"
1011
>

ci/appveyor/mssql.sql2017.sqlsrv.appveyor.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
910
displayDetailsOnPhpunitDeprecations="true"
1011
>

ci/github/phpunit/ibm_db2.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
910
displayDetailsOnPhpunitDeprecations="true"
1011
>

ci/github/phpunit/mysqli-tls.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
910
displayDetailsOnPhpunitDeprecations="true"
1011
>

ci/github/phpunit/mysqli.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
910
displayDetailsOnPhpunitDeprecations="true"
1011
>

ci/github/phpunit/oci8-21.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
910
displayDetailsOnPhpunitDeprecations="true"
1011
>

ci/github/phpunit/oci8.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
910
displayDetailsOnPhpunitDeprecations="true"
1011
>

ci/github/phpunit/pdo_mysql.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
910
displayDetailsOnPhpunitDeprecations="true"
1011
>

ci/github/phpunit/pdo_oci-21.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
910
displayDetailsOnPhpunitDeprecations="true"
1011
>

ci/github/phpunit/pdo_oci.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
910
displayDetailsOnPhpunitDeprecations="true"
1011
>

0 commit comments

Comments
 (0)