mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Optimized tests for AbstractEntity and UserSourceDirectoryService
This commit is contained in:
		@@ -39,9 +39,4 @@ class AbstractEntityTest extends TestCase
 | 
			
		||||
        $this->assertNull($this->entity->setId($id));
 | 
			
		||||
        $this->assertEquals($id, $this->entity->getId());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function testToString(): void
 | 
			
		||||
    {
 | 
			
		||||
        $this->assertEquals(true, is_string($this->entity->__toString()));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user