Changeset 51565 for trunk/tests/phpunit/tests/query/results.php
- Timestamp:
- 08/06/2021 09:52:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/results.php
r51462 r51565 796 796 797 797 $this->assertEmpty( $posts ); 798 $this->assert RegExp( '#AND 1=0#', $this->q->request );798 $this->assertMatchesRegularExpression( '#AND 1=0#', $this->q->request ); 799 799 800 800 foreach ( array_keys( $wp_post_types ) as $slug ) {
Note: See TracChangeset
for help on using the changeset viewer.