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 0ddae4b commit 43254e3Copy full SHA for 43254e3
tests/Unit/SerialNumberTest.php
@@ -52,4 +52,6 @@
52
['YYCCCC', '220002', null, null, 22, 2],
53
['YYPPCCCSSSS', '22IN0020001', 'IN', 1, 22, 2],
54
['YYPPCCCSSSS', '22CS0020001', 'CS', 1, 22, 2],
55
+ ['YYPPCCC/SSSS', '22CS002/0001', 'CS', 1, 22, 2],
56
+ ['CCCC/YY', '0002/25', null, null, 25, 2],
57
]);
0 commit comments