Browse Source

update phpunit xml

euromark 11 years ago
parent
commit
07d485d33d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      phpunit.xml.dist

+ 2 - 2
phpunit.xml.dist

@@ -4,7 +4,7 @@
 	processIsolation="false"
 	stopOnFailure="false"
 	syntaxCheck="false"
-	bootstrap="./Test/bootstrap.php"
+	bootstrap="./tests/bootstrap.php"
 	>
 	<php>
 		<ini name="memory_limit" value="-1"/>
@@ -12,7 +12,7 @@
 	</php>
 	<testsuites>
 		<testsuite name="Tools">
-			<directory>./Test/</directory>
+			<directory>./tests/TestCase/</directory>
 		</testsuite>
 	</testsuites>
 		<listeners>