mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-03 10:47:56 +00: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