Changeset 25409 for trunk/tests/phpunit/tests/media.php
- Timestamp:
- 09/12/2013 06:37:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r25402 r25409 6 6 */ 7 7 class Tests_Media extends WP_UnitTestCase { 8 protected $deprecated_functions = array( 'wp_convert_bytes_to_hr' );9 8 10 9 function setUp() { … … 152 151 /** 153 152 * @ticket 19067 153 * @expectedDeprecated wp_convert_bytes_to_hr 154 154 */ 155 155 function test_wp_convert_bytes_to_hr() {
Note: See TracChangeset
for help on using the changeset viewer.