diff --git a/tests/Kernel/Validator/ConfigurationValidatorTest.php b/tests/Kernel/Validator/ConfigurationValidatorTest.php index 8abff75..1ae285e 100644 --- a/tests/Kernel/Validator/ConfigurationValidatorTest.php +++ b/tests/Kernel/Validator/ConfigurationValidatorTest.php @@ -86,7 +86,7 @@ class ConfigurationValidatorTest extends KernelTestCase yield 'Empty string' => ['', 1], yield 'True' => [true, 1], yield 'False' => [false, 1], - // yield 'Integer' => [1, 2], + yield 'Integer' => [1, 1], yield 'Null' => [null, 1], ]; }