Changeset 35225 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 10/16/2015 09:04:12 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r35124 r35225 690 690 $this->assertEquals( '', $actual ); 691 691 692 $GLOBALS['post'] = $this->factory->post->create_and_get( array(692 $GLOBALS['post'] = self::$factory->post->create_and_get( array( 693 693 'post_date' => '2015-09-16 08:00:00' 694 694 ) );
Note: See TracChangeset
for help on using the changeset viewer.