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 839894b commit dfd3d4bCopy full SHA for dfd3d4b
Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php
@@ -181,10 +181,10 @@ public function testTransformRequiresValidDateTime()
181
182
public function testTransformWrapsIntlErrors()
183
{
184
- $transformer = new DateTimeToLocalizedStringTransformer();
185
-
186
$this->markTestIncomplete('Checking for intl errors needs to be reimplemented');
187
+ $transformer = new DateTimeToLocalizedStringTransformer();
+
188
// HOW TO REPRODUCE?
189
190
//$this->expectException('Symfony\Component\Form\Extension\Core\DataTransformer\TransformationFailedException');
0 commit comments