Commit 8eb3be4c authored by Taddeus Kroes's avatar Taddeus Kroes

Added additional PHPUnit config file to root folder.

parent 959d45d0
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnError="true">
<filter>
<whitelist>
<directory>.</directory>
<exclude>
<directory>test</directory>
<directory>test-old</directory>
</exclude>
</whitelist>
</filter>
<testsuites>
<testsuite name="pQuery test suite">
<directory suffix=".php">test</directory>
<exclude>
<directory suffix=".php">test/coverage</directory>
<file>test/config.php</file>
</exclude>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="test/coverage" charset="UTF-8" highlight="true" />
</logging>
</phpunit>
\ No newline at end of file
......@@ -8,7 +8,7 @@
<whitelist>
<directory>..</directory>
<exclude>
<directory>../test</directory>
<directory>.</directory>
<directory>../test-old</directory>
</exclude>
</whitelist>
......
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