diff options
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php (renamed from Tests/Core/Validator/Constraint/UserPasswordValidatorTest.php) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/Core/Validator/Constraint/UserPasswordValidatorTest.php b/Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php index e3bcbf4..d9395ba 100644 --- a/Tests/Core/Validator/Constraint/UserPasswordValidatorTest.php +++ b/Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php @@ -9,10 +9,10 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Security\Tests\Core\Validator\Constraint; +namespace Symfony\Component\Security\Tests\Core\Validator\Constraints; -use Symfony\Component\Security\Core\Validator\Constraint\UserPassword; -use Symfony\Component\Security\Core\Validator\Constraint\UserPasswordValidator; +use Symfony\Component\Security\Core\Validator\Constraints\UserPassword; +use Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator; class UserPasswordValidatorTest extends \PHPUnit_Framework_TestCase { |