File tree 3 files changed +0
-40
lines changed
Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler
Form/Tests/DependencyInjection
3 files changed +0
-40
lines changed Original file line number Diff line number Diff line change 16
16
use Symfony \Component \DependencyInjection \ContainerBuilder ;
17
17
use Symfony \Component \DependencyInjection \Definition ;
18
18
use Symfony \Component \DependencyInjection \Reference ;
19
- use Symfony \Component \Form \AbstractType ;
20
19
21
20
/**
22
21
* @group legacy
@@ -214,11 +213,3 @@ public function privateTaggedServicesProvider()
214
213
];
215
214
}
216
215
}
217
-
218
- class FormPassTest_Type1 extends AbstractType
219
- {
220
- }
221
-
222
- class FormPassTest_Type2 extends AbstractType
223
- {
224
- }
Original file line number Diff line number Diff line change 18
18
use Symfony \Component \DependencyInjection \Definition ;
19
19
use Symfony \Component \DependencyInjection \Reference ;
20
20
use Symfony \Component \DependencyInjection \ServiceLocator ;
21
- use Symfony \Component \Form \AbstractType ;
22
21
use Symfony \Component \Form \Command \DebugCommand ;
23
22
use Symfony \Component \Form \DependencyInjection \FormPass ;
24
23
use Symfony \Component \Form \FormRegistry ;
@@ -272,11 +271,3 @@ private function createContainerBuilder()
272
271
return $ container ;
273
272
}
274
273
}
275
-
276
- class FormPassTest_Type1 extends AbstractType
277
- {
278
- }
279
-
280
- class FormPassTest_Type2 extends AbstractType
281
- {
282
- }
Original file line number Diff line number Diff line change @@ -43,28 +43,6 @@ public function getAxes()
43
43
}
44
44
}
45
45
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
-
68
46
class PropertyAccessorCollectionTest_CarNoAdderAndRemover
69
47
{
70
48
public function getAxes ()
You can’t perform that action at this time.
0 commit comments