Skip to content

Commit 01a566a

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: [HttpKernel] Adjust tests to new "class not found" error message format. Don't call createMock with an array of interfaces. [FrameworkBundle] Fix Tests on PHPUnit 9.3. [WebProfilerBundle] Fix Tests on PHPUnit 9.3. esmtp error not being thrown properly [Yaml Parser] fixed Parser to skip comments when inlining sequences [DI] fix generating preload file when cache_dir is outside project_dir Fix CacheCollectorPass with decorated cache pools [PhpUnitBridge] CoverageListenerTrait update for PHPUnit 8.5/9.x Remove invalid instantiation declaration [PropertyInfo] Fix typed collections in PHP 7.4
2 parents 5ab63ce + 05507bb commit 01a566a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Tests/Extension/Core/DataTransformer/StringToFloatTransformerTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@
1616

1717
class StringToFloatTransformerTest extends TestCase
1818
{
19-
private $transformer;
20-
21-
protected function setUp(): void
22-
{
23-
$this->transformer = new StringToFloatTransformer();
24-
}
25-
26-
protected function tearDown(): void
27-
{
28-
$this->transformer = null;
29-
}
30-
3119
public function provideTransformations(): array
3220
{
3321
return [

0 commit comments

Comments
 (0)