mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Declared function hasIdentity public
This commit is contained in:
		@@ -72,8 +72,9 @@ class RequestedEntityTest extends TestCase
 | 
			
		||||
        $this->expectException(AllreadyDefinedException::class);
 | 
			
		||||
        $requestedEntity->setClass(AbstractSource::class);
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    public function testSetClass():void{
 | 
			
		||||
 | 
			
		||||
    public function testSetClass(): void
 | 
			
		||||
    {
 | 
			
		||||
        $class = AbstractSource::class;
 | 
			
		||||
        $entityMock = $this->createMock(EntityInterface::class);
 | 
			
		||||
        $repository = $this->createMock(RepositoryInterface::class);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user