mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +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:
@@ -6,7 +6,6 @@
|
||||
* @group upload
|
||||
*/
|
||||
class Tests_Image_Functions extends WP_UnitTestCase {
|
||||
protected $deprecated_functions = array( 'wp_load_image' );
|
||||
|
||||
/**
|
||||
* Setup test fixture
|
||||
@@ -235,7 +234,9 @@ class Tests_Image_Functions extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* Try loading a directory
|
||||
*
|
||||
* @ticket 17814
|
||||
* @expectedDeprecated wp_load_image
|
||||
*/
|
||||
public function test_load_directory() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user