Skip to content

Commit bccb64c

Browse files
committed
Remove more dead tests fixtures
1 parent c88d23a commit bccb64c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Tests/DependencyInjection/Compiler/FormPassTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\DependencyInjection\ContainerBuilder;
1717
use Symfony\Component\DependencyInjection\Definition;
1818
use Symfony\Component\DependencyInjection\Reference;
19-
use Symfony\Component\Form\AbstractType;
2019

2120
/**
2221
* @group legacy
@@ -214,11 +213,3 @@ public function privateTaggedServicesProvider()
214213
];
215214
}
216215
}
217-
218-
class FormPassTest_Type1 extends AbstractType
219-
{
220-
}
221-
222-
class FormPassTest_Type2 extends AbstractType
223-
{
224-
}

0 commit comments

Comments
 (0)