diff options
Diffstat (limited to 'Tests/Acl')
-rw-r--r-- | Tests/Acl/Domain/EntryTest.php | 2 | ||||
-rw-r--r-- | Tests/Acl/Permission/MaskBuilderTest.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Acl/Domain/EntryTest.php b/Tests/Acl/Domain/EntryTest.php index 88dd89e..55c8f0a 100644 --- a/Tests/Acl/Domain/EntryTest.php +++ b/Tests/Acl/Domain/EntryTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Security\Tests\Domain; +namespace Symfony\Component\Security\Tests\Acl\Domain; use Symfony\Component\Security\Acl\Domain\Entry; diff --git a/Tests/Acl/Permission/MaskBuilderTest.php b/Tests/Acl/Permission/MaskBuilderTest.php index 848a6f2..dc86755 100644 --- a/Tests/Acl/Permission/MaskBuilderTest.php +++ b/Tests/Acl/Permission/MaskBuilderTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Security\Tests\Acl\Util; +namespace Symfony\Component\Security\Tests\Acl\Permission; use Symfony\Component\Security\Acl\Permission\MaskBuilder; |