From f86aa349eb068b6865c6d423054afe7f781f979e Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 24 Nov 2014 12:26:20 -0800 Subject: move tests into proper place --- tests/marcelod/imagealphablending_error1.phpt | 19 ------------------- tests/marcelod/imagecolorresolvealpha_error3.phpt | 19 ------------------- tests/marcelod/imagesavealpha_error2.phpt | 19 ------------------- 3 files changed, 57 deletions(-) delete mode 100644 tests/marcelod/imagealphablending_error1.phpt delete mode 100644 tests/marcelod/imagecolorresolvealpha_error3.phpt delete mode 100644 tests/marcelod/imagesavealpha_error2.phpt (limited to 'tests') 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 - ---FILE-- - - ---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 - ---FILE-- - - ---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 - ---FILE-- - - ---EXPECTF-- -Warning: imagesavealpha() expects exactly 2 parameters, 0 given in %s on line %d \ No newline at end of file -- cgit v1.2.1