Changeset 38398 for trunk/tests/phpunit/tests/canonical.php
- Timestamp:
- 08/27/2016 08:35:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical.php
r38063 r38398 10 10 */ 11 11 class Tests_Canonical extends WP_Canonical_UnitTestCase { 12 public static function wpSetUpBeforeClass( $factory ) {13 self::generate_shared_fixtures( $factory );14 }15 16 public static function wpTearDownAfterClass() {17 self::delete_shared_fixtures();18 }19 12 20 13 public function setUp() {
Note: See TracChangeset
for help on using the changeset viewer.