ソースを参照

Rename bootstrap file for tests.

ADmad 12 年 前
コミット
839ca69693
2 ファイル変更1 行追加1 行削除
  1. 1 1
      phpunit.xml.dist
  2. 0 0
      tests/bootstrap.php

+ 1 - 1
phpunit.xml.dist

@@ -5,7 +5,7 @@
 	processIsolation="false"
 	stopOnFailure="false"
 	syntaxCheck="false"
-	bootstrap="./tests/init.php"
+	bootstrap="./tests/bootstrap.php"
 	>
 	<php>
 		<ini name="memory_limit" value="-1"/>

tests/init.php → tests/bootstrap.php