Browse Source

Rename bootstrap file for tests.

ADmad 12 years ago
parent
commit
839ca69693
2 changed files with 1 additions and 1 deletions
  1. 1 1
      phpunit.xml.dist
  2. 0 0
      tests/bootstrap.php

+ 1 - 1
phpunit.xml.dist

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

tests/init.php → tests/bootstrap.php