Browse Source

Fixed test, in some versions of c-client returned value is always uppercase

experimental/5.2-WITH_DRCP
Ilia Alshanetsky 20 years ago
parent
commit
f06eb4bf8b
  1. 4
      ext/imap/tests/imap_utf8.phpt

4
ext/imap/tests/imap_utf8.phpt

@ -17,6 +17,6 @@ string(0) ""
string(1) "1"
Notice: Array to string conversion in %s on line %d
string(5) "Array"
string(4) "test"
string(5) "%s"
string(4) "%s"
Done
Loading…
Cancel
Save