summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2015-01-05 17:25:45 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2015-01-05 18:29:33 +0100
commit4e37bf92e4581c109cf940f88b5aa24e51d0404e (patch)
tree7c565b3b9554be07ef59037620053acdea0297af
parent8af69cf36352101a532763414d25f01a39a8d3d5 (diff)
downloadsymfony-security-4e37bf92e4581c109cf940f88b5aa24e51d0404e.zip
symfony-security-4e37bf92e4581c109cf940f88b5aa24e51d0404e.tar.gz
symfony-security-4e37bf92e4581c109cf940f88b5aa24e51d0404e.tar.bz2
[Form] fix Context\ExecutionContextInterface mock
-rw-r--r--Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php (renamed from Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorLegacyApiTest.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorLegacyApiTest.php b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php
index 5092a79..5cfe444 100644
--- a/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorLegacyApiTest.php
+++ b/Core/Tests/Validator/Constraints/LegacyUserPasswordValidatorTest.php
@@ -17,7 +17,7 @@ use Symfony\Component\Validator\Validation;
* @since 2.5.4
* @author Bernhard Schussek <bschussek@gmail.com>
*/
-class LegacyUserPasswordValidatorLegacyApiTest extends UserPasswordValidatorTest
+class LegacyUserPasswordValidatorApiTest extends UserPasswordValidatorTest
{
protected function getApiVersion()
{