mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02: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