mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 09:19:08 +00:00 
			
		
		
		
	Changed data to primitive folder
This commit is contained in:
		| @@ -5,7 +5,7 @@ namespace Tests\Unit\Entity\Attribut; | ||||
| use PHPUnit\Framework\TestCase; | ||||
| use App\Entity\Attribut\FirstNameSourceAttribut; | ||||
| use App\Entity\Attribut\FirstNameSourceAttributInterface; | ||||
| use App\Entity\Source\Data\Name\FirstNameSourceInterface; | ||||
| use App\Entity\Source\Primitive\Name\FirstNameSourceInterface; | ||||
|  | ||||
| /** | ||||
|  * @author kevinfrantz | ||||
|   | ||||
| @@ -5,7 +5,7 @@ namespace tests\unit\Entity\Attribut; | ||||
| use PHPUnit\Framework\TestCase; | ||||
| use App\Entity\Attribut\NameSourceAttributInterface; | ||||
| use App\Entity\Attribut\NameSourceAttribut; | ||||
| use App\Entity\Source\Data\Name\NameSourceInterface; | ||||
| use App\Entity\Source\Primitive\Name\NameSourceInterface; | ||||
|  | ||||
| class NameSourceAttributTest extends TestCase | ||||
| { | ||||
|   | ||||
| @@ -5,8 +5,8 @@ namespace tests\unit\Entity\Source\Combination; | ||||
| use PHPUnit\Framework\TestCase; | ||||
| use App\Entity\Source\Combination\FullPersonNameSourceInterface; | ||||
| use App\Entity\Source\Combination\FullPersonNameSource; | ||||
| use App\Entity\Source\Data\Name\SurnameSourceInterface; | ||||
| use App\Entity\Source\Data\Name\FirstNameSourceInterface; | ||||
| use App\Entity\Source\Primitive\Name\SurnameSourceInterface; | ||||
| use App\Entity\Source\Primitive\Name\FirstNameSourceInterface; | ||||
|  | ||||
| class FullPersonNameSourceTest extends TestCase | ||||
| { | ||||
|   | ||||
| @@ -3,8 +3,8 @@ | ||||
| namespace tests\unit\Entity\Source\Data; | ||||
|  | ||||
| use PHPUnit\Framework\TestCase; | ||||
| use App\Entity\Source\Data\Name\NameSourceInterface; | ||||
| use App\Entity\Source\Data\Name\AbstractNameSource; | ||||
| use App\Entity\Source\Primitive\Name\NameSourceInterface; | ||||
| use App\Entity\Source\Primitive\Name\AbstractNameSource; | ||||
|  | ||||
| /** | ||||
|  * @author kevinfrantz | ||||
|   | ||||
		Reference in New Issue
	
	Block a user