ソースを参照

Update phpunit.xml.dist

Mark Scherer 2 年 前
コミット
fd042ac2c6
1 ファイル変更1 行追加1 行削除
  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>