mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Renamed domain PathManagement to Path
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user