Moving start.php to bootstrap/start.php to collate all bootstrapping files.

Signed-off-by: Ben Corlett <[email protected]>
This commit is contained in:
Ben Corlett
2013-02-07 09:27:15 +11:00
parent 106d3b7287
commit 8a5f18e139
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase {
$testEnvironment = 'testing';
return require __DIR__.'/../../start.php';
return require __DIR__.'/../../bootstrap/start.php';
}
}
}