Browse Source

Fixed unit test paths.

Taddeus Kroes 14 years ago
parent
commit
004220efed
2 changed files with 5 additions and 7 deletions
  1. 5 6
      phpunit.xml
  2. 0 1
      tests/phpunit.xml

+ 5 - 6
phpunit.xml

@@ -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>

+ 0 - 1
tests/phpunit.xml

@@ -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>