Skip to content

Commit

Permalink
Added namespace to FactoryBuilderTest
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Oct 27, 2024
1 parent 547e945 commit b913446
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Feature/Testing/FactoryBuilderTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<?php

namespace LaravelDoctrineTest\ORM\Feature\Testing;

use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\DBAL\DriverManager;
use Doctrine\ORM\EntityManager;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\ORMSetup as Setup;
use Doctrine\Persistence\ManagerRegistry;
use Faker;
use LaravelDoctrine\ORM\Testing\FactoryBuilder;
use Mockery\Adapter\Phpunit\MockeryTestCase;

Expand Down

0 comments on commit b913446

Please sign in to comment.