Skip to content

Commit

Permalink
Remove dead tests fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Jul 19, 2019
1 parent fe6f615 commit ade939f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 43 deletions.

This file was deleted.

7 changes: 0 additions & 7 deletions Tests/Fixtures/Prototype/Sub/NoLoadAbstractBar.php

This file was deleted.

7 changes: 0 additions & 7 deletions Tests/Fixtures/Prototype/Sub/NoLoadBarInterface.php

This file was deleted.

7 changes: 0 additions & 7 deletions Tests/Fixtures/Prototype/Sub/NoLoadBarTrait.php

This file was deleted.

14 changes: 0 additions & 14 deletions Tests/Fixtures/includes/autowiring_classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,6 @@ public function __construct(CollisionInterface $collision)
}
}

class CannotBeAutowiredForwardOrder
{
public function __construct(CollisionA $a, CollisionInterface $b, CollisionB $c)
{
}
}

class CannotBeAutowiredReverseOrder
{
public function __construct(CollisionA $a, CollisionB $c, CollisionInterface $b)
{
}
}

class Lille
{
}
Expand Down

0 comments on commit ade939f

Please sign in to comment.