Make WordPress Core


Ignore:
Timestamp:
09/12/2013 06:37:32 PM (11 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/includesTheme.php

    r25402 r25409  
    44 */
    55class Tests_Admin_includesTheme extends WP_UnitTestCase {
    6     protected $deprecated_functions = array( 'get_theme', 'get_themes', 'get_theme_data', 'get_current_theme' );
    76
    87    function setUp() {
     
    4140     * @ticket 10959
    4241     * @ticket 11216
     42     * @expectedDeprecated get_theme
     43     * @expectedDeprecated get_themes
    4344     */
    4445    function test_page_templates() {
Note: See TracChangeset for help on using the changeset viewer.