File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 65
65
<delete file =" ${ basedir } /build/logs/phpunit.xml" quiet =" true" />
66
66
67
67
<exec executable =" ${ phpunit } " failonerror =" true" >
68
- <arg line =' --configuration ${ basedir } /phpunit.xml.dist' />
69
- <arg line =' -d memory_limit=256M' />
70
- <arg line =' --log-junit "${ basedir } /build/logs/phpunit.xml"' />
68
+ <arg line =' --no-coverage' />
71
69
<arg line =' ${ colors-arg.color } ' />
72
70
</exec >
73
71
</target >
79
77
<mkdir dir =" ${ basedir } /build/coverage" />
80
78
81
79
<exec executable =" ${ phpunit } " failonerror =" true" >
82
- <arg line =' --configuration ${ basedir } /phpunit.xml.dist' />
83
- <arg line =' -d memory_limit=256M' />
84
- <arg line =' --log-junit "${ basedir } /build/logs/phpunit.xml"' />
85
- <arg line =' --coverage-clover "${ basedir } /build/logs/clover.xml"' />
86
- <arg line =' --coverage-html "${ basedir } /build/coverage/"' />
87
80
<arg line =' ${ colors-arg.color } ' />
88
81
</exec >
89
82
</target >
Original file line number Diff line number Diff line change 16
16
</whitelist >
17
17
</filter >
18
18
19
+ <logging >
20
+ <log type =" junit" target =" build/logs/phpunit.xml" />
21
+ <log type =" coverage-clover" target =" build/logs/clover.xml" />
22
+ <log type =" coverage-html" target =" build/coverage/" />
23
+ </logging >
24
+
25
+ <php >
26
+ <ini name =" memory_limit" value =" 256M" />
27
+ </php >
19
28
</phpunit >
You can’t perform that action at this time.
0 commit comments