summaryrefslogtreecommitdiff
path: root/ext/ldap/tests
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-10-01 11:17:23 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-10-01 11:17:53 +0200
commit73f29a5c5e7768d6ea6776be404e9795a716bbd0 (patch)
tree278a2e63ff10bd857a415c40376cba6f0ccd8360 /ext/ldap/tests
parenta45325895979281f9673b2e58ab4eb2e02308df4 (diff)
parent2fc5d00afa6b72b12103ba2a87e3a654986d050b (diff)
downloadphp-git-73f29a5c5e7768d6ea6776be404e9795a716bbd0.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Add missing skip keyword in tests
Diffstat (limited to 'ext/ldap/tests')
-rw-r--r--ext/ldap/tests/ldap_read_variation1.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/tests/ldap_read_variation1.phpt b/ext/ldap/tests/ldap_read_variation1.phpt
index 907d9aedf0..5d65814ec0 100644
--- a/ext/ldap/tests/ldap_read_variation1.phpt
+++ b/ext/ldap/tests/ldap_read_variation1.phpt
@@ -2,7 +2,7 @@
ldap_read() does not modify $attributes array
--SKIPIF--
<?php
-if (!extension_loaded('ldap')) die('ldap extension not available');
+if (!extension_loaded('ldap')) die('skip ldap extension not available');
?>
--FILE--
<?php