mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented tests for LayerType
This commit is contained in:
@@ -9,14 +9,14 @@ use Fresh\DoctrineEnumBundle\DBAL\Types\AbstractEnumType;
|
||||
*/
|
||||
final class LayerType extends AbstractEnumType
|
||||
{
|
||||
public const NODE = 'node';
|
||||
public const RELATION = 'relation';
|
||||
|
||||
public const SOURCE = 'source';
|
||||
|
||||
public const LAW = 'law';
|
||||
|
||||
protected static $choices = [
|
||||
self::NODE => 'node',
|
||||
self::RELATION => 'relation',
|
||||
self::LAW => 'law',
|
||||
self::SOURCE => 'source',
|
||||
];
|
||||
|
Reference in New Issue
Block a user