mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +00:00
test: re-add integer test
This commit is contained in:
parent
2d27c2f71b
commit
d5f412ee16
|
@ -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],
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue