Changeset 54090 for trunk/tests/phpunit/tests/query/search.php
- Timestamp:
- 09/06/2022 10:09:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/search.php
r52389 r54090 267 267 */ 268 268 public function test_s_zero() { 269 $p1 = $this->factory->post->create(269 $p1 = self::factory()->post->create( 270 270 array( 271 271 'post_status' => 'publish', … … 276 276 ); 277 277 278 $p2 = $this->factory->post->create(278 $p2 = self::factory()->post->create( 279 279 array( 280 280 'post_status' => 'publish',
Note: See TracChangeset
for help on using the changeset viewer.