We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df15506 commit 0f6f266Copy full SHA for 0f6f266
1 file changed
tests/Formatter/ATFormatterTest.php
@@ -32,6 +32,7 @@ public function providerFormat() : array
32
['1', null],
33
['12', null],
34
['123', null],
35
+ ['0123', null],
36
['1234', '1234'],
37
['12345', null],
38
['123456', null],
0 commit comments