Skip to content

Commit ad8f189

Browse files
committed
fixed test name
1 parent 1d1f166 commit ad8f189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ public function testThrowExceptionIfFormatDoesNotContainYearMonthAndDay()
367367
* @expectedException \Symfony\Component\OptionsResolver\Exception\InvalidOptionsException
368368
* @expectedExceptionMessage The "format" option should contain the letters "y", "M" or "d". Its current value is "wrong".
369369
*/
370-
public function testThrowExceptionIfFormatDoesNotContainYearMonthOrDay()
370+
public function testThrowExceptionIfFormatMissesYearMonthAndDayWithSingleTextWidget()
371371
{
372372
$this->factory->create('date', null, array(
373373
'widget' => 'single_text',

0 commit comments

Comments
 (0)