Browse Source

Update phpunit.xml.dist

Mark Sch 8 years ago
parent
commit
f3fc6e9cac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpunit.xml.dist

+ 1 - 1
phpunit.xml.dist

@@ -12,7 +12,7 @@
 		<ini name="apc.enable_cli" value="1"/>
 	</php>
 	<testsuites>
-		<testsuite name="Tools">
+		<testsuite name="tools">
 			<directory>./tests/</directory>
 		</testsuite>
 	</testsuites>