mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-05 11:47:56 +00:00
Changed App namespace to Infinito namespace
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
namespace Tests\Unit\Attribut;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use App\Attribut\MemberRelationAttributInterface;
|
||||
use App\Attribut\MemberRelationAttribut;
|
||||
use App\Entity\Meta\Relation\Member\MemberRelationInterface;
|
||||
use Infinito\Attribut\MemberRelationAttributInterface;
|
||||
use Infinito\Attribut\MemberRelationAttribut;
|
||||
use Infinito\Entity\Meta\Relation\Member\MemberRelationInterface;
|
||||
|
||||
class MemberRelationAttributTest extends TestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user