Skip to content

Commit dfd3d4b

Browse files
committed
Remove unused local variables in tests
1 parent 839894b commit dfd3d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ public function testTransformRequiresValidDateTime()
181181

182182
public function testTransformWrapsIntlErrors()
183183
{
184-
$transformer = new DateTimeToLocalizedStringTransformer();
185-
186184
$this->markTestIncomplete('Checking for intl errors needs to be reimplemented');
187185

186+
$transformer = new DateTimeToLocalizedStringTransformer();
187+
188188
// HOW TO REPRODUCE?
189189
190190
//$this->expectException('Symfony\Component\Form\Extension\Core\DataTransformer\TransformationFailedException');

0 commit comments

Comments
 (0)