summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-11-24 12:26:50 -0800
committerStanislav Malyshev <stas@php.net>2014-11-24 12:26:50 -0800
commitfaa396c67d4631698367bdefd3d22f3662cc49cb (patch)
tree7dc7a9325b070e93599f1deea4239eb0174d7bb1 /tests
parent3578e5b25008157abd086e52ec1d179566359610 (diff)
parentf86aa349eb068b6865c6d423054afe7f781f979e (diff)
downloadphp-git-faa396c67d4631698367bdefd3d22f3662cc49cb.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: move tests into proper place
Diffstat (limited to 'tests')
-rw-r--r--tests/marcelod/imagealphablending_error1.phpt19
-rw-r--r--tests/marcelod/imagecolorresolvealpha_error3.phpt19
-rw-r--r--tests/marcelod/imagesavealpha_error2.phpt19
3 files changed, 0 insertions, 57 deletions
diff --git a/tests/marcelod/imagealphablending_error1.phpt b/tests/marcelod/imagealphablending_error1.phpt
deleted file mode 100644
index 6d49f32b07..0000000000
--- a/tests/marcelod/imagealphablending_error1.phpt
+++ /dev/null
@@ -1,19 +0,0 @@
---TEST--
-test imagealphablending 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
-imagealphablending();
-?>
-
---EXPECTF--
-Warning: imagealphablending() expects exactly 2 parameters, 0 given in %s on line %d \ No newline at end of file
diff --git a/tests/marcelod/imagecolorresolvealpha_error3.phpt b/tests/marcelod/imagecolorresolvealpha_error3.phpt
deleted file mode 100644
index 735b4c97db..0000000000
--- a/tests/marcelod/imagecolorresolvealpha_error3.phpt
+++ /dev/null
@@ -1,19 +0,0 @@
---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
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