- Timestamp:
- 10/31/2017 12:22:07 PM (9 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/rest-api/rest-posts-controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
- Property svn:mergeinfo changed
/trunk merged: 41662,42056
- Property svn:mergeinfo changed
-
branches/4.8/tests/phpunit/tests/rest-api/rest-posts-controller.php
r40605 r42057 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.