Changeset 51566 for trunk/tests/phpunit/tests/post/getPostsByAuthorSql.php
- Timestamp:
- 08/06/2021 09:55:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/getPostsByAuthorSql.php
r51565 r51566 40 40 public function test_full_false() { 41 41 $maybe_string = get_posts_by_author_sql( 'post', false ); 42 $this->assert NotRegExp( '/^WHERE /', $maybe_string );42 $this->assertDoesNotMatchRegularExpression( '/^WHERE /', $maybe_string ); 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.