Renamed domain TwigManagement to Twig

This commit is contained in:
Kevin Frantz
2019-05-30 17:10:41 +02:00
parent f06adfdc5c
commit 899dede123
7 changed files with 13 additions and 13 deletions

View File

@@ -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;

View File

@@ -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;