diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-02-04 10:41:21 -0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-02-04 17:26:37 +0100 |
commit | b0d3c1bf837e382718768a3b5c80e19abf490d15 (patch) | |
tree | 71576baddc741a1cbcce17c60ed73ef9b4bce144 /ext/ldap | |
parent | affc20f8912d53fb9eb75c48968414d129a2a04b (diff) | |
download | php-git-b0d3c1bf837e382718768a3b5c80e19abf490d15.tar.gz |
Add and fix SKIPIF sections
Diffstat (limited to 'ext/ldap')
-rw-r--r-- | ext/ldap/tests/ldap_exop_refresh.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ldap/tests/ldap_exop_refresh.phpt b/ext/ldap/tests/ldap_exop_refresh.phpt index 613a4fbb26..fd843a62c6 100644 --- a/ext/ldap/tests/ldap_exop_refresh.phpt +++ b/ext/ldap/tests/ldap_exop_refresh.phpt @@ -1,7 +1,5 @@ --TEST-- ldap_exop_refresh() - Test LDAP refresh extended operation ---SKIPIF-- -<?php require 'skipif.inc'; ?> --CREDITS-- Emmanuel Dreyfus <manu@netbsd.org> --SKIPIF-- |