diff options
author | Disquedur <contact@disquedur.tk> | 2014-10-22 20:27:13 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-10-26 08:30:58 +0100 |
commit | 2f5a2d1b21b05f07bb7dc301d504766edb7dcd9b (patch) | |
tree | 6db7bb361d84015917efef4948aea85500d7b902 /Tests/Core/Validator/Constraints | |
parent | cd022841a94f02dd95541fee4cc4a09c4b053d01 (diff) | |
download | symfony-security-2f5a2d1b21b05f07bb7dc301d504766edb7dcd9b.zip symfony-security-2f5a2d1b21b05f07bb7dc301d504766edb7dcd9b.tar.gz symfony-security-2f5a2d1b21b05f07bb7dc301d504766edb7dcd9b.tar.bz2 |
Remove aligned '=>' and '='
Diffstat (limited to 'Tests/Core/Validator/Constraints')
-rw-r--r-- | Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php b/Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php index c3a8370..600f518 100644 --- a/Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php +++ b/Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php @@ -16,7 +16,7 @@ use Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator; class UserPasswordValidatorTest extends \PHPUnit_Framework_TestCase { - const PASSWORD_VALID = true; + const PASSWORD_VALID = true; const PASSWORD_INVALID = false; protected $context; |