File tree Expand file tree Collapse file tree 1 file changed +11
-19
lines changed Expand file tree Collapse file tree 1 file changed +11
-19
lines changed Original file line number Diff line number Diff line change 1
1
<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
+ >
20
12
21
13
<testsuites >
22
14
<testsuite >
25
17
</testsuites >
26
18
27
19
<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" />
29
21
</listeners >
30
22
31
23
</phpunit >
You can’t perform that action at this time.
0 commit comments