Skip to content

Commit 511fc7e

Browse files
committed
Fail on PHPUnit deprecations
1 parent cdf3402 commit 511fc7e

17 files changed

+34
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
10+
displayDetailsOnPhpunitDeprecations="true"
911
>
1012
<php>
1113
<var name="db_driver" value="pdo_sqlsrv"/>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
10+
displayDetailsOnPhpunitDeprecations="true"
911
>
1012
<php>
1113
<var name="db_driver" value="sqlsrv"/>

ci/github/phpunit/ibm_db2.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
10+
displayDetailsOnPhpunitDeprecations="true"
911
>
1012
<php>
1113
<ini name="error_reporting" value="-1" />

ci/github/phpunit/mysqli-tls.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
10+
displayDetailsOnPhpunitDeprecations="true"
911
>
1012
<php>
1113
<ini name="error_reporting" value="-1" />

ci/github/phpunit/mysqli.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
10+
displayDetailsOnPhpunitDeprecations="true"
911
>
1012
<php>
1113
<ini name="error_reporting" value="-1" />

ci/github/phpunit/oci8-21.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
10+
displayDetailsOnPhpunitDeprecations="true"
911
>
1012
<php>
1113
<ini name="error_reporting" value="-1" />

ci/github/phpunit/oci8.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
10+
displayDetailsOnPhpunitDeprecations="true"
911
>
1012
<php>
1113
<ini name="error_reporting" value="-1" />

ci/github/phpunit/pdo_mysql.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
10+
displayDetailsOnPhpunitDeprecations="true"
911
>
1012
<php>
1113
<ini name="error_reporting" value="-1" />

ci/github/phpunit/pdo_oci-21.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
10+
displayDetailsOnPhpunitDeprecations="true"
911
>
1012
<php>
1113
<ini name="error_reporting" value="-1" />

ci/github/phpunit/pdo_oci.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
beStrictAboutOutputDuringTests="true"
66
failOnRisky="true"
77
failOnWarning="true"
8+
failOnPhpunitDeprecation="true"
89
displayDetailsOnTestsThatTriggerWarnings="true"
10+
displayDetailsOnPhpunitDeprecations="true"
911
>
1012
<php>
1113
<ini name="error_reporting" value="-1" />

0 commit comments

Comments
 (0)