diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-03-01 11:42:10 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-03-01 11:42:10 +0100 |
commit | 5e6ccf5c002599de64a66d8e3d55f813c4af996c (patch) | |
tree | 893e2f0d70511421807988d93ff3a2cb9b2991bb /Tests/Core/Validator/Constraints | |
parent | 3ebbfe6dcbe454b7bf598eb552a61ed909be4f1e (diff) | |
download | symfony-security-5e6ccf5c002599de64a66d8e3d55f813c4af996c.zip symfony-security-5e6ccf5c002599de64a66d8e3d55f813c4af996c.tar.gz symfony-security-5e6ccf5c002599de64a66d8e3d55f813c4af996c.tar.bz2 |
fixed CS
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 d9395ba..c3a8370 100644 --- a/Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php +++ b/Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php @@ -26,7 +26,7 @@ class UserPasswordValidatorTest extends \PHPUnit_Framework_TestCase if (false === class_exists('Symfony\Component\Validator\Validator')) { $this->markTestSkipped('The Validator component is required for this test.'); } - + $this->context = $this->getMock('Symfony\Component\Validator\ExecutionContext', array(), array(), '', false); } |