Explorar o código

Remove uneeded test

Einar Gangsø hai 3 meses
pai
achega
29cdbcc8cd
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      tests/Data/AlphaNumTest.php

+ 0 - 1
tests/Data/AlphaNumTest.php

@@ -43,7 +43,6 @@ final class AlphaNumTest extends DataInterfaceTestAbstract{
 			[':', true],
 			['/', true],
 			['\\', false],
-			['0,1', false]
 		];
 	}