summaryrefslogtreecommitdiffstats
path: root/Tests/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Core')
-rw-r--r--Tests/Core/Validator/Constraints/UserPasswordValidatorTest.php2
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);
}