fix testes

This commit is contained in:
Nicolas Le Goff
2012-01-11 16:27:20 +01:00
parent 3125bdc7af
commit a15542748e
3 changed files with 51 additions and 24 deletions

View File

@@ -2,6 +2,11 @@
require_once dirname(__FILE__) . '/../../bootstrap.php';
$new_include_path = __DIR__ . "/../../vendor/" . PATH_SEPARATOR . get_include_path();
set_include_path($new_include_path);
require_once __DIR__ . "/../../vendor/Phlickr/Api.php";
/*
* This file is part of Phraseanet
*