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 c03c575 commit 696de46Copy full SHA for 696de46
tests/phpunit/phpunit.xml
@@ -3,6 +3,11 @@
3
<php>
4
<const name="CYPHT_PHPUNIT_TEST_MODE" value="phpunit"/>
5
</php>
6
+ <coverage>
7
+ <report>
8
+ <clover outputFile="clover.xml"/>
9
+ </report>
10
+ </coverage>
11
<testsuites>
12
<testsuite name="session">
13
<file>./session.php</file>
tests/phpunit/run.sh
@@ -42,5 +42,5 @@ else
42
exit 1
43
fi
44
45
-phpunit --bootstrap vendor/autoload.php --configuration ${SCRIPT_DIR}/phpunit.xml --coverage-clover clover.xml --testdox $@
+phpunit --bootstrap vendor/autoload.php --configuration ${SCRIPT_DIR}/phpunit.xml --testdox $@
46
coverage-check clover.xml 100
0 commit comments