Commit 004220ef authored by Taddeus Kroes's avatar Taddeus Kroes

Fixed unit test paths.

parent 6f97d7c3
......@@ -8,8 +8,7 @@
<whitelist>
<directory>.</directory>
<exclude>
<directory>test</directory>
<directory>test-old</directory>
<directory>tests</directory>
<file>utils/jshrink.php</file>
<file>utils/minify_html.php</file>
</exclude>
......@@ -17,14 +16,14 @@
</filter>
<testsuites>
<testsuite name="pQuery test suite">
<directory suffix=".php">test</directory>
<directory suffix=".php">tests</directory>
<exclude>
<directory suffix=".php">test/coverage</directory>
<file>test/config.php</file>
<directory suffix=".php">tests/coverage</directory>
<file>tests/config.php</file>
</exclude>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="test/coverage" charset="UTF-8" highlight="true" />
<log type="coverage-html" target="tests/coverage" charset="UTF-8" highlight="true" />
</logging>
</phpunit>
\ No newline at end of file
......@@ -9,7 +9,6 @@
<directory>..</directory>
<exclude>
<directory>.</directory>
<directory>../test-old</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