Make WordPress Core


Ignore:
Timestamp:
06/09/2014 03:58:16 PM (11 years ago)
Author:
wonderboymusic
Message:

Update unit tests to reflect:

  • [28673] - title attributes are no longer expected to be present in some assertions
  • [28704] - Fix Declaration of Tests_Canonical_HTTPS::test() should be compatible with Tests_Canonical::test($test_url, $expected, $ticket = 0)
  • [28679] - Add @expectedDeprecated get_all_category_ids
File:
1 edited

Legend:

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

    r25002 r28706  
    1010        $default_headers = array(
    1111            'Name' => 'Hello Dolly',
    12             'Title' => '<a href="http://wordpress.org/#" title="Visit plugin homepage">Hello Dolly</a>',
     12            'Title' => '<a href="http://wordpress.org/#">Hello Dolly</a>',
    1313            'PluginURI' => 'http://wordpress.org/#',
    14             'Description' => 'This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page. <cite>By <a href="http://ma.tt/" title="Visit author homepage">Matt Mullenweg</a>.</cite>',
    15             'Author' => '<a href="http://ma.tt/" title="Visit author homepage">Matt Mullenweg</a>',
     14            'Description' => 'This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page. <cite>By <a href="http://ma.tt/">Matt Mullenweg</a>.</cite>',
     15            'Author' => '<a href="http://ma.tt/">Matt Mullenweg</a>',
    1616            'AuthorURI' => 'http://ma.tt/',
    1717            'Version' => '1.5.1',
Note: See TracChangeset for help on using the changeset viewer.