mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-16 13:00:46 +01:00
Configure convertDeprecationsToExceptions="true"
in phpunit.xml.dist (#2992)
This commit is contained in:
parent
74ca2cb463
commit
d12ecb13c7
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -49,6 +49,9 @@ jobs:
|
||||
psr7: '^1.7@dev'
|
||||
- php: '7.4'
|
||||
psr7: '^2.0@dev'
|
||||
exclude:
|
||||
- php: '8.1'
|
||||
psr7: '^1.7'
|
||||
|
||||
steps:
|
||||
- name: Set up PHP
|
||||
|
@ -7,6 +7,7 @@
|
||||
executionOrder="random"
|
||||
failOnRisky="true"
|
||||
failOnWarning="true"
|
||||
convertDeprecationsToExceptions="true"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="Test Suite">
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
namespace {
|
||||
\setlocale(\LC_ALL, 'C');
|
||||
\error_reporting(\E_ALL);
|
||||
}
|
||||
|
||||
namespace GuzzleHttp\Test {
|
||||
|
Loading…
x
Reference in New Issue
Block a user