Skip to content
Snippets Groups Projects
Commit 8eb3be4c authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added additional PHPUnit config file to root folder.

parent 959d45d0
No related branches found
No related tags found
No related merge requests found
<?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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment