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

@@ -1,8 +1,8 @@
<?php
require_once dirname(__FILE__) . '/../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
require_once dirname(__FILE__) . '/../../bootstrap.php';
require_once dirname(__FILE__) . '/Bridge_datas.inc';
require_once __DIR__ . '/../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
require_once __DIR__ . '/../../bootstrap.php';
require_once __DIR__ . '/Bridge_datas.inc';
use Silex\WebTestCase;
use Symfony\Component\HttpFoundation\Response;