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

Fixed unit test paths.

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