Browse Source

Update phpunit.xml.dist

Mark Scherer 2 years ago
parent
commit
fd042ac2c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

@@ -15,7 +15,7 @@
 
 	<testsuites>
 		<testsuite name="tools">
-			<directory>tests/</directory>
+			<directory>tests/TestCase/</directory>
 		</testsuite>
 	</testsuites>