From 39ee3184ee42a0ad9314cbb7c75cb72a75b850f5 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Mon, 17 Oct 2016 16:49:24 +0100 Subject: [PATCH] Merge branch 'pull-request/1817' --- ext/hash/tests/hash_update_file.phpt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ext/hash/tests/hash_update_file.phpt diff --git a/ext/hash/tests/hash_update_file.phpt b/ext/hash/tests/hash_update_file.phpt new file mode 100644 index 0000000000..32ce962bd0 --- /dev/null +++ b/ext/hash/tests/hash_update_file.phpt @@ -0,0 +1,21 @@ +--TEST-- +bool hash_update_file ( resource $hcontext , string $filename [, resource $scontext = NULL ] ); +--CREDITS-- +marcosptf - - @phpsp - sao paulo - br +--SKIPIF-- + +?> +--FILE-- + +--EXPECT-- +bool(true) -- 2.50.1