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,6 +1,6 @@
<?php
require_once dirname(__FILE__) . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
use Symfony\Component\Console\Tester\CommandTester;
use \Symfony\Component\Console\Application;