diff options
Diffstat (limited to 'Core/Tests')
-rw-r--r-- | Core/Tests/Exception/UsernameNotFoundExceptionTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/Exception/UsernameNotFoundExceptionTest.php b/Core/Tests/Exception/UsernameNotFoundExceptionTest.php index b460229..98ea374 100644 --- a/Core/Tests/Exception/UsernameNotFoundExceptionTest.php +++ b/Core/Tests/Exception/UsernameNotFoundExceptionTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Security\Tests\Core\Exception; +namespace Symfony\Component\Security\Core\Tests\Exception; use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; |