Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1f166 commit ad8f189Copy full SHA for ad8f189
src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php
@@ -367,7 +367,7 @@ public function testThrowExceptionIfFormatDoesNotContainYearMonthAndDay()
367
* @expectedException \Symfony\Component\OptionsResolver\Exception\InvalidOptionsException
368
* @expectedExceptionMessage The "format" option should contain the letters "y", "M" or "d". Its current value is "wrong".
369
*/
370
- public function testThrowExceptionIfFormatDoesNotContainYearMonthOrDay()
+ public function testThrowExceptionIfFormatMissesYearMonthAndDayWithSingleTextWidget()
371
{
372
$this->factory->create('date', null, array(
373
'widget' => 'single_text',
0 commit comments