mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Syntax Corrections
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user