mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Implemented orm entity tags and formated code
This commit is contained in:
		| @@ -3,9 +3,6 @@ | ||||
| namespace App\Tests\Unit\Entity\Attribut; | ||||
|  | ||||
| use PHPUnit\Framework\TestCase; | ||||
| use App\Entity\Attribut\ParentRelationAttributInterface; | ||||
| use App\Entity\Attribut\ParentRelationAttribut; | ||||
| use App\Entity\Meta\Relation\Parent\ParentRelationInterface; | ||||
| use App\Entity\Attribut\CreatorRelationAttributInterface; | ||||
| use App\Entity\Attribut\CreatorRelationAttribut; | ||||
| use App\Entity\Meta\Relation\CreatorRelationInterface; | ||||
|   | ||||
| @@ -5,7 +5,6 @@ namespace tests\unit\Entity\Source; | ||||
| use PHPUnit\Framework\TestCase; | ||||
| use App\Entity\Source\SourceInterface; | ||||
| use App\Entity\Meta\LawInterface; | ||||
| use App\Entity\Meta\RelationInterface; | ||||
| use Doctrine\Common\Collections\Collection; | ||||
| use App\Entity\Source\AbstractSource; | ||||
| use App\Entity\EntityInterface; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user