euromark 11 年 前
コミット
1365b99cba
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/bootstrap.php

+ 1 - 1
tests/bootstrap.php

@@ -17,7 +17,7 @@ function find_root() {
 }
 
 function find_app() {
-	if (is_dir($root . '/src')) {
+	if (is_dir(ROOT . '/src')) {
 		return 'src';
 	}
 	return 'App';