rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 5ddfc1e025f955532027c77919f1d00019d9932f
parent 6ff5ad1edd5a29876615b9add2f0762e6c71af2e
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue, 13 Oct 2015 00:22:52 +0200

Update phpunit_mysqli.xml
Diffstat:
Mphpunit_mysqli.xml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/phpunit_mysqli.xml b/phpunit_mysqli.xml @@ -10,4 +10,7 @@ <file>tests/mysqliLoadedTest.php</file> <file>tests/mysqliMakeDB.php</file> </testsuite> + <logging> + <log type="coverage-clover" target="build/logs/clover.xml"/> + </logging> </phpunit>