Browse Source

Add skip message

pull/271/head
Hannes Magnusson 15 years ago
parent
commit
6021b9aff8
  1. 2
      tests/lang/034.phpt

2
tests/lang/034.phpt

@ -5,7 +5,7 @@ precision=14
--SKIPIF--
<?php # try to activate a german locale
if (setlocale(LC_NUMERIC, "de_DE.UTF-8", "de_DE", "de", "german", "ge", "de_DE.ISO-8859-1") === FALSE) {
print "skip";
print "skip Can't find german locale";
}
?>
--FILE--

Loading…
Cancel
Save