summaryrefslogtreecommitdiff
path: root/tests/marcelod/imagecolorresolvealpha_error3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/marcelod/imagecolorresolvealpha_error3.phpt')
-rw-r--r--tests/marcelod/imagecolorresolvealpha_error3.phpt19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/marcelod/imagecolorresolvealpha_error3.phpt b/tests/marcelod/imagecolorresolvealpha_error3.phpt
new file mode 100644
index 0000000000..735b4c97db
--- /dev/null
+++ b/tests/marcelod/imagecolorresolvealpha_error3.phpt
@@ -0,0 +1,19 @@
+--TEST--
+test imagecolorresolvealpha without arguments
+
+--CREDITS--
+Marcelo Diniz <marcelo.leo27 [at] gmail [dot] com
+‪#‎phpspMaisTestFest PHPSP on 2014-07-05
+
+--SKIPIF--
+<?php
+ if (!extension_loaded('gd')) die("skip gd extension not available.");
+?>
+
+--FILE--
+<?php
+imagecolorresolvealpha();
+?>
+
+--EXPECTF--
+Warning: imagecolorresolvealpha() expects exactly 5 parameters, 0 given in %s on line %d \ No newline at end of file