Skip to content

Commit 608e957

Browse files
committed
Fixed: Removes unnecessary phpunit settings.
1 parent c1cb9a9 commit 608e957

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

soap/phpunit.xml

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
11
<phpunit
2-
cacheTokens="true"
3-
colors="true"
4-
bootstrap="test/bootstrap.php"
5-
convertErrorsToExceptions="true"
6-
convertNoticesToExceptions="true"
7-
convertWarningsToExceptions="true"
8-
forceCoversAnnotation="false"
9-
mapTestClassNameToCoveredClassName="false"
10-
printerClass="PHPUnit_TextUI_ResultPrinter"
11-
processIsolation="false"
12-
stopOnError="false"
13-
stopOnFailure="false"
14-
stopOnIncomplete="false"
15-
stopOnSkipped="false"
16-
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
17-
strict="false"
18-
debug="true"
19-
verbose="true">
2+
bootstrap="test/bootstrap.php"
3+
convertErrorsToExceptions="true"
4+
convertNoticesToExceptions="true"
5+
convertWarningsToExceptions="true"
6+
stopOnError="false"
7+
stopOnFailure="false"
8+
stopOnIncomplete="false"
9+
stopOnSkipped="false"
10+
strict="true"
11+
>
2012

2113
<testsuites>
2214
<testsuite>
@@ -25,7 +17,7 @@
2517
</testsuites>
2618

2719
<listeners>
28-
<listener class="PHPUnit_Util_Log_VCR" file="../vendor/adri/phpunit-testlistener-vcr/PHPUnit/Util/Log/VCR.php" />
20+
<listener class="PHPUnit_Util_Log_VCR" file="../vendor/php-vcr/phpunit-testlistener-vcr/PHPUnit/Util/Log/VCR.php" />
2921
</listeners>
3022

3123
</phpunit>

0 commit comments

Comments
 (0)