Commit ff5c579c authored by Taddeus Kroes's avatar Taddeus Kroes

Moved phpunit config to tests folder only.

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