فهرست منبع

Remove uneeded test

Einar Gangsø 3 ماه پیش
والد
کامیت
29cdbcc8cd
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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]
 		];
 	}