diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-03-01 11:42:20 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-03-01 11:42:20 +0100 |
commit | 60e3ae55ddf742265d435f6671834e9e5b722f08 (patch) | |
tree | 0956808f722f9b4ca504dc36cac4be3706537b05 /Tests/Core/Validator/Constraints | |
parent | 4afac9b5fc260e8bacdf4447cafd6d066687f5cd (diff) | |
parent | 5e6ccf5c002599de64a66d8e3d55f813c4af996c (diff) | |
download | symfony-security-60e3ae55ddf742265d435f6671834e9e5b722f08.zip symfony-security-60e3ae55ddf742265d435f6671834e9e5b722f08.tar.gz symfony-security-60e3ae55ddf742265d435f6671834e9e5b722f08.tar.bz2 |
Merge branch '2.2'
* 2.2:
fixed CS
Add persian translation to Components/Security
bumped Symfony version to 2.2.1-DEV-DEV
updated VERSION for 2.2.0
updated CHANGELOG for 2.2.0
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); } |