summaryrefslogtreecommitdiff
path: root/tests/marcelod/imagesavealpha_error2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/marcelod/imagesavealpha_error2.phpt')
-rw-r--r--tests/marcelod/imagesavealpha_error2.phpt19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/marcelod/imagesavealpha_error2.phpt b/tests/marcelod/imagesavealpha_error2.phpt
deleted file mode 100644
index 1a7083d526..0000000000
--- a/tests/marcelod/imagesavealpha_error2.phpt
+++ /dev/null
@@ -1,19 +0,0 @@
---TEST--
-test imagesavealpha 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
-imagesavealpha();
-?>
-
---EXPECTF--
-Warning: imagesavealpha() expects exactly 2 parameters, 0 given in %s on line %d \ No newline at end of file