- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/SanitizeOrderby.php
r46586 r48937 11 11 */ 12 12 function test_valid( $orderby ) { 13 $this->assert Equals( $orderby, sanitize_sql_orderby( $orderby ) );13 $this->assertSame( $orderby, sanitize_sql_orderby( $orderby ) ); 14 14 } 15 15 function valid_orderbys() {
Note: See TracChangeset
for help on using the changeset viewer.