- Timestamp:
- 10/31/2017 12:33:25 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/rest-api/rest-posts-controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
- Property svn:mergeinfo changed
/trunk merged: 41662,42056
- Property svn:mergeinfo changed
-
branches/4.7/tests/phpunit/tests/rest-api/rest-posts-controller.php
r40137 r42058 85 85 $expected_clause = str_replace( '{posts}', $wpdb->posts, $pattern ); 86 86 $this->assertCount( 1, $this->posts_clauses ); 87 $this->assertEquals( $expected_clause, $ this->posts_clauses[0][ $clause ]);87 $this->assertEquals( $expected_clause, $wpdb->remove_placeholder_escape( $this->posts_clauses[0][ $clause ] ) ); 88 88 } 89 89
Note: See TracChangeset
for help on using the changeset viewer.