|
|
@@ -17,6 +17,12 @@
|
|
|
<directory>app</directory>
|
|
|
</include>
|
|
|
</source>
|
|
|
+ <coverage>
|
|
|
+ <report>
|
|
|
+ <html outputDirectory="coverage"/>
|
|
|
+ <clover outputFile="coverage.xml"/>
|
|
|
+ </report>
|
|
|
+ </coverage>
|
|
|
<php>
|
|
|
<ini name="memory_limit" value="512M"/>
|
|
|
<env name="APP_ENV" value="testing"/>
|