mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Declared layerRepositoryFactoryService as optional
This commit is contained in:
@@ -89,4 +89,12 @@ class RequestedEntityTest extends TestCase
|
||||
$this->expectException(AllreadyDefinedException::class);
|
||||
$requestedEntity->setIdentity('123343');
|
||||
}
|
||||
|
||||
public function testValidateLayerRepositoryFactoryService(): void
|
||||
{
|
||||
$requestedEntity = new RequestedEntity();
|
||||
$requestedEntity->setSlug('ABABEBA');
|
||||
$this->expectException(NotSetException::class);
|
||||
$requestedEntity->getEntity();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user