We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2ec55 commit 69c8d1dCopy full SHA for 69c8d1d
Tests/Functional/WebTestCase.php
@@ -46,7 +46,7 @@ protected static function getKernelClass()
46
{
47
require_once __DIR__.'/app/AppKernel.php';
48
49
- return 'Symfony\Bundle\SecurityBundle\Tests\Functional\AppKernel';
+ return 'Symfony\Bundle\SecurityBundle\Tests\Functional\app\AppKernel';
50
}
51
52
protected static function createKernel(array $options = array())
Tests/Functional/app/AppKernel.php
@@ -9,7 +9,7 @@
9
* file that was distributed with this source code.
10
*/
11
12
-namespace Symfony\Bundle\SecurityBundle\Tests\Functional;
+namespace Symfony\Bundle\SecurityBundle\Tests\Functional\app;
13
14
// get the autoload file
15
$dir = __DIR__;
0 commit comments