mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +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:
@@ -5,7 +5,6 @@
|
||||
* @group shortcode
|
||||
*/
|
||||
class Tests_Media extends WP_UnitTestCase {
|
||||
protected $deprecated_functions = array( 'wp_convert_bytes_to_hr' );
|
||||
|
||||
function setUp() {
|
||||
parent::setUp();
|
||||
@@ -151,6 +150,7 @@ CAP;
|
||||
|
||||
/**
|
||||
* @ticket 19067
|
||||
* @expectedDeprecated wp_convert_bytes_to_hr
|
||||
*/
|
||||
function test_wp_convert_bytes_to_hr() {
|
||||
$kb = 1024;
|
||||
|
||||
Reference in New Issue
Block a user