mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
define new app path in test
This commit is contained in:
@@ -150,7 +150,7 @@ class oauthv2_application_test extends PhraseanetWebTestCaseAuthenticatedAbstrac
|
||||
|
||||
public function createApplication()
|
||||
{
|
||||
return require __DIR__ . '/../../../../lib/classes/module/api/OAuthv2.php';
|
||||
return require __DIR__ . '/../../../../lib/Alchemy/Phrasea/Application/OAuth2.php';
|
||||
}
|
||||
|
||||
public function testAuthorizeRedirect()
|
||||
|
@@ -41,7 +41,7 @@ class API_V1_test_adapter extends PhraseanetWebTestCaseAbstract
|
||||
|
||||
public function createApplication()
|
||||
{
|
||||
return require dirname(__FILE__) . '/../../../../lib/classes/module/api/V1.php';
|
||||
return require dirname(__FILE__) . '/../../../../lib/Alchemy/Phrasea/Application/Api.php';
|
||||
}
|
||||
|
||||
public function testRouteNotFound()
|
||||
|
@@ -50,7 +50,7 @@ class API_V1_test_adapterYaml extends PhraseanetWebTestCaseAbstract
|
||||
|
||||
public function createApplication()
|
||||
{
|
||||
return require dirname(__FILE__) . '/../../../../lib/classes/module/api/V1.php';
|
||||
return require dirname(__FILE__) . '/../../../../lib/Alchemy/Phrasea/Application/Api.php';
|
||||
}
|
||||
|
||||
public function testRouteNotFound()
|
||||
|
Reference in New Issue
Block a user