mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Changed App namespace to Infinito namespace
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
namespace Tests\Unit\Domain\MemberManagement;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use App\Domain\MemberManagement\MemberManagerInterface;
|
||||
use App\Entity\Meta\Relation\Member\MemberRelationInterface;
|
||||
use App\Entity\Meta\Relation\Member\MemberRelation;
|
||||
use App\Domain\MemberManagement\MemberManager;
|
||||
use Infinito\Domain\MemberManagement\MemberManagerInterface;
|
||||
use Infinito\Entity\Meta\Relation\Member\MemberRelationInterface;
|
||||
use Infinito\Entity\Meta\Relation\Member\MemberRelation;
|
||||
use Infinito\Domain\MemberManagement\MemberManager;
|
||||
|
||||
class MemberManagerTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user