define new app path in test

This commit is contained in:
Nicolas Le Goff
2011-12-14 20:12:28 +01:00
parent 6d6d890250
commit 9cc40ff502
12 changed files with 11 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ class Bridge_Application extends PhraseanetWebTestCaseAuthenticatedAbstract
public function createApplication()
{
$app = require __DIR__ . '/../../classes/module/Prod.php';
$app = require __DIR__ . '/../../Alchemy/Phrasea/Application/Prod.php';
return $app;
}