mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Renamed domain LayerManagement to Layer
This commit is contained in:
@@ -6,7 +6,7 @@ use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use Infinito\DBAL\Types\Meta\Right\LayerType;
|
||||
use Infinito\DBAL\Types\RESTResponseType;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Infinito\Domain\LayerManagement\LayerActionMap;
|
||||
use Infinito\Domain\Layer\LayerActionMap;
|
||||
use Infinito\DBAL\Types\ActionType;
|
||||
use Infinito\Domain\MapManagement\ActionHttpMethodMap;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
@@ -8,7 +8,7 @@ use Infinito\Domain\Action\ActionDependenciesDAOServiceInterface;
|
||||
use Infinito\Domain\Action\ActionInterface;
|
||||
use Infinito\Domain\RequestManagement\Action\RequestedAction;
|
||||
use Infinito\Domain\RequestManagement\Right\RequestedRight;
|
||||
use Infinito\Domain\LayerManagement\LayerActionMap;
|
||||
use Infinito\Domain\Layer\LayerActionMap;
|
||||
use Infinito\Domain\RequestManagement\User\RequestedUser;
|
||||
use Infinito\Domain\UserManagement\UserSourceDirectorInterface;
|
||||
|
||||
|
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace tests\Unit\Domain\LayerManagement;
|
||||
namespace tests\Unit\Domain\Layer;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Infinito\DBAL\Types\ActionType;
|
||||
use Infinito\Domain\LayerManagement\LayerActionMap;
|
||||
use Infinito\Domain\Layer\LayerActionMap;
|
||||
use Infinito\DBAL\Types\Meta\Right\LayerType;
|
||||
|
||||
/**
|
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace tests\Unit\Domain\LayerManagement;
|
||||
namespace tests\Unit\Domain\Layer;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Infinito\Domain\LayerManagement\LayerInterfaceMap;
|
||||
use Infinito\Domain\Layer\LayerInterfaceMap;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
@@ -6,7 +6,7 @@ use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use Infinito\Domain\RepositoryManagement\LayerRepositoryFactoryServiceInterface;
|
||||
use Infinito\Domain\RepositoryManagement\LayerRepositoryFactoryService;
|
||||
use Infinito\Repository\RepositoryInterface;
|
||||
use Infinito\Domain\LayerManagement\LayerClassMap;
|
||||
use Infinito\Domain\Layer\LayerClassMap;
|
||||
use Infinito\Exception\Collection\NotSetElementException;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user