Changeset 35242 for trunk/tests/phpunit/tests/db.php
- Timestamp:
- 10/17/2015 06:02:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r35225 r35242 510 510 } 511 511 512 $post_id = self:: $factory->post->create();512 $post_id = self::factory()->post->create(); 513 513 514 514 $this->assertNotEmpty( $wpdb->get_results( 'CALL `test_mysqli_flush_sync_procedure`' ) );
Note: See TracChangeset
for help on using the changeset viewer.