We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7521ecd commit 77d193cCopy full SHA for 77d193c
build.xml
@@ -70,9 +70,6 @@
70
>
71
<arg value="--configuration"/>
72
<arg value="tests/phpunit.xml"/>
73
- <arg value="--cache-result"/>
74
- <arg value="--order-by=defects"/>
75
- <arg value="--stop-on-defect"/>
76
<arg path="tests"/>
77
</exec>
78
</target>
tests/phpunit.xml
@@ -8,6 +8,10 @@
8
beStrictAboutOutputDuringTests="true"
9
beStrictAboutTestsThatDoNotTestAnything="true"
10
beStrictAboutTodoAnnotatedTests="true"
11
+ cacheResult="true"
12
+ cacheResultFile="../.phpunit.result.cache"
13
+ stopOnDefect="true"
14
+ executionOrder="defects"
15
16
<logging>
17
<log
0 commit comments