mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
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:
@@ -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' ) )
|
||||
|
||||
Reference in New Issue
Block a user