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

@@ -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;