mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented getChoices and getValues from Doctrine ENUM on the right way
This commit is contained in:
@@ -30,7 +30,7 @@ class RightLayerCombinationServiceTest extends TestCase
|
||||
|
||||
public function testBySource(): void
|
||||
{
|
||||
foreach (CRUDType::getChoices() as $crudType) {
|
||||
foreach (CRUDType::getValues() as $crudType) {
|
||||
$layers = $this->rightLayerCombinationService->getPossibleLayers($crudType);
|
||||
$this->assertContains(LayerType::SOURCE, $layers);
|
||||
$sourceCruds = $this->rightLayerCombinationService->getPossibleCruds(LayerType::SOURCE);
|
||||
|
Reference in New Issue
Block a user