Syntax Corrections

This commit is contained in:
Romain Neutron
2012-01-11 20:04:47 +01:00
parent 2121a6fe03
commit f3a45274b9
153 changed files with 266 additions and 249 deletions

View File

@@ -15,7 +15,7 @@
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
require_once dirname(__FILE__) . '/PhraseanetPHPUnitAbstract.class.inc';
require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc';
use Silex\WebTestCase;
use Symfony\Component\HttpKernel\Client;