Renamed domain PathManagement to Path

This commit is contained in:
Kevin Frantz
2019-05-30 16:43:40 +02:00
parent 2e4c105578
commit c5256b5d4e
3 changed files with 11 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
<?php
namespace tests\Unit\Domain\PathManagement;
namespace tests\Unit\Domain\Path;
use PHPUnit\Framework\TestCase;
use Infinito\Domain\PathManagement\NamespacePathMapInterface;
use Infinito\Domain\PathManagement\NamespacePathMap;
use Infinito\Domain\Path\NamespacePathMapInterface;
use Infinito\Domain\Path\NamespacePathMap;
/**
* @author kevinfrantz