Explorar el Código

Remove uneeded test

Einar Gangsø hace 3 meses
padre
commit
29cdbcc8cd
Se han modificado 1 ficheros con 0 adiciones y 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]
 		];
 	}