From 42c7b95ab37c3f12de99907b671e5dbf013ee750 Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Sun, 1 Sep 2013 20:32:33 +0200 Subject: [PATCH] fixed typo --- .../Component/Form/Tests/Extension/Core/Type/DateTypeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php b/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php index 6d4dd2c8a7..7c71b1a033 100644 --- a/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php +++ b/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php @@ -291,7 +291,7 @@ class DateTypeTest extends LocalizedTestCase } /** - * This test is to check that the strings '0', '1', '2', '3' are no accepted + * This test is to check that the strings '0', '1', '2', '3' are not accepted * as valid IntlDateFormatter constants for FULL, LONG, MEDIUM or SHORT respectively. * * @expectedException \Symfony\Component\OptionsResolver\Exception\InvalidOptionsException