mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented more layers
This commit is contained in:
@@ -29,11 +29,7 @@ class LayerAttributTest extends TestCase
|
||||
|
||||
public function testAccessors(): void
|
||||
{
|
||||
foreach ([
|
||||
LayerType::LAW,
|
||||
LayerType::RELATION,
|
||||
LayerType::SOURCE,
|
||||
] as $value) {
|
||||
foreach (LayerType::getChoices() as $value) {
|
||||
$this->assertNull($this->layer->setLayer($value));
|
||||
$this->assertEquals($value, $this->layer->getLayer());
|
||||
}
|
||||
|
Reference in New Issue
Block a user