Skip to content

Commit 77d193c

Browse files
committed
Improved PHPUnit configuration
1 parent 7521ecd commit 77d193c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
>
7171
<arg value="--configuration"/>
7272
<arg value="tests/phpunit.xml"/>
73-
<arg value="--cache-result"/>
74-
<arg value="--order-by=defects"/>
75-
<arg value="--stop-on-defect"/>
7673
<arg path="tests"/>
7774
</exec>
7875
</target>

tests/phpunit.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
beStrictAboutOutputDuringTests="true"
99
beStrictAboutTestsThatDoNotTestAnything="true"
1010
beStrictAboutTodoAnnotatedTests="true"
11+
cacheResult="true"
12+
cacheResultFile="../.phpunit.result.cache"
13+
stopOnDefect="true"
14+
executionOrder="defects"
1115
>
1216
<logging>
1317
<log

0 commit comments

Comments
 (0)