Skip to content

Commit 39fe71b

Browse files
Merge branch '3.4' into 4.2
* 3.4: Remove dead tests fixtures
2 parents 315c870 + ade939f commit 39fe71b

File tree

5 files changed

+0
-43
lines changed

5 files changed

+0
-43
lines changed

Tests/Fixtures/Prototype/OtherDir/Component1/Dir3/Service3.php

Lines changed: 0 additions & 8 deletions
This file was deleted.

Tests/Fixtures/Prototype/Sub/NoLoadAbstractBar.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

Tests/Fixtures/Prototype/Sub/NoLoadBarInterface.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

Tests/Fixtures/Prototype/Sub/NoLoadBarTrait.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

Tests/Fixtures/includes/autowiring_classes.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,6 @@ public function __construct(CollisionInterface $collision)
118118
}
119119
}
120120

121-
class CannotBeAutowiredForwardOrder
122-
{
123-
public function __construct(CollisionA $a, CollisionInterface $b, CollisionB $c)
124-
{
125-
}
126-
}
127-
128-
class CannotBeAutowiredReverseOrder
129-
{
130-
public function __construct(CollisionA $a, CollisionB $c, CollisionInterface $b)
131-
{
132-
}
133-
}
134-
135121
class Lille
136122
{
137123
}

0 commit comments

Comments
 (0)