Skip to content

Commit

Permalink
Merge branch '3.4' into 4.2
Browse files Browse the repository at this point in the history
* 3.4:
  Remove dead tests fixtures
  • Loading branch information
nicolas-grekas committed Jul 19, 2019
2 parents 315c870 + ade939f commit 39fe71b
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 @@ -118,20 +118,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 39fe71b

Please # to comment.