Changeset 51565 for trunk/tests/phpunit/tests/post/getPostsByAuthorSql.php
- Timestamp:
- 08/06/2021 09:52:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/getPostsByAuthorSql.php
r51462 r51565 35 35 public function test_full_true() { 36 36 $maybe_string = get_posts_by_author_sql( 'post', true ); 37 $this->assert RegExp( '/^WHERE /', $maybe_string );37 $this->assertMatchesRegularExpression( '/^WHERE /', $maybe_string ); 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.