- Timestamp:
- 10/31/2017 11:59:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r41979 r42056 86 86 $expected_clause = str_replace( '{posts}', $wpdb->posts, $pattern ); 87 87 $this->assertCount( 1, $this->posts_clauses ); 88 $this->assertEquals( $expected_clause, $ this->posts_clauses[0][ $clause ]);88 $this->assertEquals( $expected_clause, $wpdb->remove_placeholder_escape( $this->posts_clauses[0][ $clause ] ) ); 89 89 } 90 90
Note: See TracChangeset
for help on using the changeset viewer.