Use @expectedDeprecated. see #25282, [25408].

git-svn-id: https://develop.svn.wordpress.org/trunk@25409 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2013-09-12 18:37:32 +00:00
parent d5d476974e
commit 4c8f1e263a
11 changed files with 93 additions and 61 deletions
@@ -136,6 +136,7 @@ class Test_Functions_Deprecated extends WP_UnitTestCase {
/**
* Test that wp_save_image_file has a deprecated argument when passed a GD resource
* @ticket 6821
* @expectedDeprecated wp_save_image_file
*/
public function test_wp_save_image_file_deprecated_with_gd_resource() {
if ( !function_exists( 'imagejpeg' ) )