Changeset 51462 for trunk/tests/phpunit/tests/date/query.php
- Timestamp:
- 07/19/2021 02:00:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/query.php
r50291 r51462 611 611 $found = $q->build_time_query( 'post_date', '=', 0, 10 ); 612 612 613 $this->assert Contains( '%H', $wpdb->remove_placeholder_escape( $found ) );613 $this->assertStringContainsString( '%H', $wpdb->remove_placeholder_escape( $found ) ); 614 614 } 615 615
Note: See TracChangeset
for help on using the changeset viewer.