8000 [#7507] fix namespace · symfony/symfony-docs@6cd0063 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cd0063

Browse files
committed
[#7507] fix namespace
1 parent d72d8fc commit 6cd0063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/http_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ but the following example shows a complete example that you can adapt to your
8181
needs::
8282

8383
// src/AppBundle/Tests/Controller/DefaultControllerTest.php
84-
namespace Appbundle\Tests\Controller;
84+
namespace AppBundle\Tests\Controller;
8585

8686
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
8787
use Symfony\Component\BrowserKit\Cookie;

0 commit comments

Comments
 (0)
0