From 3087390299362e4565b332e81a14eca998e58ac0 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Thu, 3 Mar 2022 14:25:17 +0100 Subject: [PATCH] reorder entries in Validation.yaml --- Configuration/Testing/Validation.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Configuration/Testing/Validation.yaml b/Configuration/Testing/Validation.yaml index d24fcc2..4fef93e 100644 --- a/Configuration/Testing/Validation.yaml +++ b/Configuration/Testing/Validation.yaml @@ -8,11 +8,6 @@ DigiComp\SettingValidator\Tests\Functional\Fixtures\TestObject: expectedValue: false Grumble: ~ -TrueValidator: - self: - BooleanValue: - expectedValue: true - DigiComp\SettingValidator\Tests\Functional\Fixtures\TestValidationGroupsCustomObject: self: DigiComp.SettingValidator:Settings: @@ -36,3 +31,8 @@ GroupValidatorCustom: expectedValue: false validationGroups: - "Custom" + +TrueValidator: + self: + BooleanValue: + expectedValue: true