mirror of
https://github.com/opdavies/build-configs.git
synced 2025-08-20 12:50:33 +01:00
test: re-add integer test
This commit is contained in:
parent
2d27c2f71b
commit
d5f412ee16
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class ConfigurationValidatorTest extends KernelTestCase
|
||||||
yield 'Empty string' => ['', 1],
|
yield 'Empty string' => ['', 1],
|
||||||
yield 'True' => [true, 1],
|
yield 'True' => [true, 1],
|
||||||
yield 'False' => [false, 1],
|
yield 'False' => [false, 1],
|
||||||
// yield 'Integer' => [1, 2],
|
yield 'Integer' => [1, 1],
|
||||||
yield 'Null' => [null, 1],
|
yield 'Null' => [null, 1],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue