mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Renamed domain TwigManagement to Twig
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace tests\Unit\Domain\TwigManagement;
|
||||
namespace tests\Unit\Domain\Twig;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Infinito\Domain\TwigManagement\ActionIconClassMapInterface;
|
||||
use Infinito\Domain\TwigManagement\ActionIconClassMap;
|
||||
use Infinito\Domain\Twig\ActionIconClassMapInterface;
|
||||
use Infinito\Domain\Twig\ActionIconClassMap;
|
||||
use Infinito\DBAL\Types\ActionType;
|
||||
use Infinito\Exception\Collection\NotSetElementException;
|
||||
|
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace tests\Unit\Domain\TwigManagement;
|
||||
namespace tests\Unit\Domain\Twig;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Infinito\Domain\TwigManagement\LayerIconClassMap;
|
||||
use Infinito\Domain\Twig\LayerIconClassMap;
|
||||
use Infinito\DBAL\Types\Meta\Right\LayerType;
|
||||
use Infinito\Exception\Collection\NotSetElementException;
|
||||
|
Reference in New Issue
Block a user