Skip to content

Commit 376a8f4

Browse files
author
Robin Chalas
committed
minor symfony#32627 Remove more dead tests fixtures (fancyweb)
This PR was merged into the 3.4 branch. Discussion ---------- Remove more dead tests fixtures | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Continuation of symfony#32623 I am sorry but I detected a few more cases. Commits ------- a1fb54d Remove more dead tests fixtures
2 parents 0bbcdc4 + a1fb54d commit 376a8f4

File tree

3 files changed

+0
-40
lines changed

3 files changed

+0
-40
lines changed

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

-9
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-
}

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

-9
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\Component\DependencyInjection\Definition;
1919
use Symfony\Component\DependencyInjection\Reference;
2020
use Symfony\Component\DependencyInjection\ServiceLocator;
21-
use Symfony\Component\Form\AbstractType;
2221
use Symfony\Component\Form\Command\DebugCommand;
2322
use Symfony\Component\Form\DependencyInjection\FormPass;
2423
use Symfony\Component\Form\FormRegistry;
@@ -272,11 +271,3 @@ private function createContainerBuilder()
272271
return $container;
273272
}
274273
}
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

-22
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)