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,8 +3,8 @@
|
||||
namespace Attribut;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use App\Attribut\ChildsAttributInterface;
|
||||
use App\Attribut\ChildsAttribut;
|
||||
use Infinito\Attribut\ChildsAttributInterface;
|
||||
use Infinito\Attribut\ChildsAttribut;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
|
||||
class ChildsAttributTest extends TestCase
|
||||
|
Reference in New Issue
Block a user