Skip to content

Commit 69c8d1d

Browse files
committed
fixed various inconsistencies
1 parent eb2ec55 commit 69c8d1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Functional/WebTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected static function getKernelClass()
4646
{
4747
require_once __DIR__.'/app/AppKernel.php';
4848

49-
return 'Symfony\Bundle\SecurityBundle\Tests\Functional\AppKernel';
49+
return 'Symfony\Bundle\SecurityBundle\Tests\Functional\app\AppKernel';
5050
}
5151

5252
protected static function createKernel(array $options = array())

Tests/Functional/app/AppKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
12+
namespace Symfony\Bundle\SecurityBundle\Tests\Functional\app;
1313

1414
// get the autoload file
1515
$dir = __DIR__;

0 commit comments

Comments
 (0)