mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Moved collection test directory
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Tests\Unit\Entity\Source\Collection;
 | 
					namespace Tests\Unit\Entity\Source\Complex\Collection;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use PHPUnit\Framework\TestCase;
 | 
					use PHPUnit\Framework\TestCase;
 | 
				
			||||||
use App\Entity\Source\Complex\Collection\CollectionSourceInterface;
 | 
					use App\Entity\Source\Complex\Collection\CollectionSourceInterface;
 | 
				
			||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Tests\Unit\Entity\Source\Collection;
 | 
					namespace Tests\Unit\Entity\Source\Complex\Collection;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use PHPUnit\Framework\TestCase;
 | 
					use PHPUnit\Framework\TestCase;
 | 
				
			||||||
use Doctrine\Common\Collections\Collection;
 | 
					use Doctrine\Common\Collections\Collection;
 | 
				
			||||||
		Reference in New Issue
	
	Block a user