stop testing the underlying library

On ubuntu mathines, this still returns PM even in the netherland's locale for both zend and us. I think we shouldn't test it.
Esse commit está contido em:
Paul Tarjan
2013-05-17 23:09:17 -07:00
commit de Sara Golemon
commit a37423e4f3
2 arquivos alterados com 8 adições e 2 exclusões
+7 -1
Ver Arquivo
@@ -1,3 +1,9 @@
<?php
error_reporting(0);var_dump(idate('@@'));var_dump(idate('@'));var_dump(date(''));var_dump(date('@'));var_dump(strftime(''));setlocale(LC_ALL, 'nl_NL');var_dump(strftime('%p'));
error_reporting(0);
var_dump(idate('@@'));
var_dump(idate('@'));
var_dump(date(''));
var_dump(date('@'));
var_dump(strftime(''));
var_dump(strftime('%p', 1234567890));
+1 -1
Ver Arquivo
@@ -3,4 +3,4 @@ bool(false)
string(0) ""
string(1) "@"
bool(false)
bool(false)
string(2) "PM"