Skip to content

Commit ade939f

Browse files
committed
Remove dead tests fixtures
1 parent fe6f615 commit ade939f

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
@@ -116,20 +116,6 @@ public function __construct(CollisionInterface $collision)
116116
}
117117
}
118118

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

0 commit comments

Comments
 (0)