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

@@ -165,7 +165,7 @@ class Feed_rssfeedsTest extends PhraseanetWebTestCaseAbstract
public function createApplication()
{
return require dirname(__FILE__) . '/../../../lib/classes/module/Root.php';
return require dirname(__FILE__) . '/../../../lib/Alchemy/Phrasea/Application/Root.php';
}
//$app->get('/feeds/aggregated/{format}/', function($format) use ($app, $appbox, $display_feed)