Skip to content

Commit 2bb4fa0

Browse files
committed
Remove more dead tests fixtures
1 parent 0bbcdc4 commit 2bb4fa0

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/FormPassTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,3 @@ public function privateTaggedServicesProvider()
214214
];
215215
}
216216
}
217-
218-
class FormPassTest_Type1 extends AbstractType
219-
{
220-
}
221-
222-
class FormPassTest_Type2 extends AbstractType
223-
{
224-
}

src/Symfony/Component/Form/Tests/DependencyInjection/FormPassTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,3 @@ private function createContainerBuilder()
272272
return $container;
273273
}
274274
}
275-
276-
class FormPassTest_Type1 extends AbstractType
277-
{
278-
}
279-
280-
class FormPassTest_Type2 extends AbstractType
281-
{
282-
}

src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTest.php

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -43,28 +43,6 @@ public function getAxes()
4343
}
4444
}
4545

46-
class PropertyAccessorCollectionTest_CarOnlyAdder
47-
{
48-
public function addAxis($axis)
49-
{
50-
}
51-
52-
public function getAxes()
53-
{
54-
}
55-
}
56-
57-
class PropertyAccessorCollectionTest_CarOnlyRemover
58-
{
59-
public function removeAxis($axis)
60-
{
61-
}
62-
63-
public function getAxes()
64-
{
65-
}
66-
}
67-
6846
class PropertyAccessorCollectionTest_CarNoAdderAndRemover
6947
{
7048
public function getAxes()

0 commit comments

Comments
 (0)