Fix new path w/ composer

This commit is contained in:
Romain Neutron
2012-01-05 11:53:06 +01:00
parent 17f26184a9
commit 74461d2e4e
3 changed files with 2 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
require_once dirname(__FILE__) . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
require_once dirname(__FILE__) . '/../../Bridge_datas.inc';
$new_include_path = dirname(__FILE__) . '/../../../../vendor/gdata/' . PATH_SEPARATOR . get_include_path();
$new_include_path = dirname(__FILE__) . '/../../../../../vendor/alchemy/gdata/' . PATH_SEPARATOR . get_include_path();
set_include_path($new_include_path);

View File

@@ -17,7 +17,6 @@ require_once dirname(__FILE__) . '/../../PhraseanetWebTestCaseAuthenticatedAbstr
* @link www.phraseanet.com
*/
require_once __DIR__ . "/../../../../lib/bootstrap.php";
require_once __DIR__ . "/../../../../lib/vendor/Silex/autoload.php";
API_OAuth2_Autoloader::register();
use Symfony\Component\HttpFoundation\Response;

View File

@@ -1,8 +1,7 @@
<?php
require_once dirname(__FILE__) . "/../../../../lib/vendor/oauth2/lib/OAuth2.inc";
require_once dirname(__FILE__) . "/../../../../vendor/alchemy/oauth2php/lib/OAuth2.inc";
require_once dirname(__FILE__) . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
require_once dirname(__FILE__) . '/../../../../lib/vendor/symfony/src/Symfony/Component/Yaml/Parser.php';
use Symfony\Component\HttpFoundation\Request;