Commit 0c3b45d0 by Epi Nett

PHPunit test coverage

parent f7dd0356
Pipeline #56 passed with stage
in 1 minute 38 seconds
......@@ -13,6 +13,10 @@
<ini name="apc.enable_cli" value="1"/>
</php>
<testsuite name="default">
<directory suffix="Test.php">tests/TestCase</directory>
</testsuite>
<filter>
<whitelist>
<directory suffix=".php">./src/</directory>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment