summaryrefslogtreecommitdiff
path: root/ext/snmp
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@gmail.com>2020-06-29 21:31:44 +0200
committerFabien Villepinte <fabien.villepinte@gmail.com>2020-06-29 21:31:44 +0200
commit0c6d06ecfa8f75f5afc4daf852a76c905b672b25 (patch)
tree6148c53323122770695070e156e7a874522104ce /ext/snmp
parent24a8065f8bd58decf1f27ef0aa790c7a51b8d4db (diff)
downloadphp-git-0c6d06ecfa8f75f5afc4daf852a76c905b672b25.tar.gz
Replace EXPECTF when possible
Closes GH-5779
Diffstat (limited to 'ext/snmp')
-rw-r--r--ext/snmp/tests/snmp_set_enum_print.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/tests/snmp_set_enum_print.phpt b/ext/snmp/tests/snmp_set_enum_print.phpt
index ed92119080..e1a1ca4050 100644
--- a/ext/snmp/tests/snmp_set_enum_print.phpt
+++ b/ext/snmp/tests/snmp_set_enum_print.phpt
@@ -15,7 +15,7 @@ echo "Checking working\n";
var_dump(snmp_set_enum_print(0));
var_dump(snmp_set_enum_print(1));
?>
---EXPECTF--
+--EXPECT--
Checking working
bool(true)
bool(true)