Skip to content

Commit

Permalink
Added namespace to FactoryTest
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Oct 27, 2024
1 parent 6e48443 commit 547e945
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.3",
"fakerphp/faker": "^1.23"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 4 additions & 0 deletions tests/Feature/Testing/FactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php

namespace LaravelDoctrineTest\ORM\Feature\Testing;

use Doctrine\Persistence\ManagerRegistry;
use Faker;
use LaravelDoctrine\ORM\Testing\Factory;
use Mockery;
use Mockery\Adapter\Phpunit\MockeryTestCase;

class FactoryTest extends MockeryTestCase
Expand Down
7 changes: 0 additions & 7 deletions tests/Stubs/Faker/Generator.php

This file was deleted.

0 comments on commit 547e945

Please sign in to comment.