Make WordPress Core


Ignore:
Timestamp:
10/15/2015 05:50:40 AM (11 years ago)
Author:
wonderboymusic
Message:

Unit Tests: after [35186], "upgrade" the Canonical fixtures.

See #30017, #33968.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/canonical.php

    r35177 r35191  
    1010 */
    1111class Tests_Canonical extends WP_Canonical_UnitTestCase {
    12         public static function setUpBeforeClass() {
    13                 self::generate_shared_fixtures();
     12        public static function wpSetUpBeforeClass( $factory ) {
     13                self::generate_shared_fixtures( $factory );
    1414        }
    1515
    16         public static function tearDownAfterClass() {
     16        public static function wpTearDownAfterClass() {
    1717                self::delete_shared_fixtures();
    1818        }
Note: See TracChangeset for help on using the changeset viewer.