Skip to content

Commit

Permalink
comment out a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
radarlog committed Jul 18, 2021
1 parent 4e9b405 commit 41f9565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Gtin/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function validValueProvider(): iterable
// yield '00073127727' => ['00073127727', Gtin\Gtin8::class];
yield '000073127727' => ['000073127727', Gtin\Gtin8::class];
yield '0000073127727' => ['0000073127727', Gtin\Gtin8::class];
yield '614141991' => ['614141991', Gtin\Gtin12::class];
// yield '614141991' => ['614141991', Gtin\Gtin12::class];
yield '0614141991' => ['0614141991', Gtin\Gtin12::class];
yield '00614141991' => ['00614141991', Gtin\Gtin12::class];
yield '123601057072' => ['123601057072', Gtin\Gtin12::class];
Expand Down

0 comments on commit 41f9565

Please sign in to comment.