Skip to content

Commit

Permalink
Merge pull request #267 from Chris53897/feature/remove-legacy-code
Browse files Browse the repository at this point in the history
tests: remove legacy code for "theofidry/alice-data-fixtures"
  • Loading branch information
alexislefebvre committed Feb 17, 2024
2 parents eb13713 + 669fef0 commit 39f6fbd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Test/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@

namespace Liip\Acme\Tests\Test;

// BC, needed by "theofidry/alice-data-fixtures: <1.3" not compatible with "doctrine/persistence: ^2.0"
if (interface_exists('\Doctrine\Persistence\ObjectManager')
&& !interface_exists('\Doctrine\Common\Persistence\ObjectManager')) {
class_alias('\Doctrine\Persistence\ObjectManager', '\Doctrine\Common\Persistence\ObjectManager');
}

use Doctrine\Common\Annotations\Annotation\IgnoreAnnotation;
use Doctrine\Persistence\ObjectRepository;
use Liip\Acme\Tests\App\Entity\User;
Expand Down

0 comments on commit 39f6fbd

Please sign in to comment.