Skip to content

Commit 12d9118

Browse files
committed
Removed unnecessary PHPUnit declarations
1 parent aac174b commit 12d9118

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

phpunit-integration-rest.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
<phpunit
2-
backupGlobals="false"
3-
backupStaticAttributes="false"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
convertErrorsToExceptions="true"
6-
convertNoticesToExceptions="true"
7-
convertWarningsToExceptions="true"
85
beStrictAboutTestsThatDoNotTestAnything="false"
96
colors="true"
107
>
@@ -18,9 +15,4 @@
1815
<directory>tests/bundle/Functional</directory>
1916
</testsuite>
2017
</testsuites>
21-
<filter>
22-
<whitelist>
23-
<directory>src</directory>
24-
</whitelist>
25-
</filter>
2618
</phpunit>

phpunit.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
<phpunit
2-
backupGlobals="false"
3-
backupStaticAttributes="false"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
convertErrorsToExceptions="true"
6-
convertNoticesToExceptions="true"
7-
convertWarningsToExceptions="true"
85
beStrictAboutTestsThatDoNotTestAnything="false"
96
colors="true"
107
>
@@ -22,9 +19,4 @@
2219
<directory>tests/lib/Server</directory>
2320
</testsuite>
2421
</testsuites>
25-
<filter>
26-
<whitelist>
27-
<directory>src</directory>
28-
</whitelist>
29-
</filter>
3022
</phpunit>

0 commit comments

Comments
 (0)