- Timestamp:
- 09/21/2019 10:28:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/WpValidateBoolean.php
r46159 r46224 55 55 */ 56 56 public function test_wp_validate_boolean( $test_value, $expected ) { 57 $this->assert Equals( wp_validate_boolean( $test_value ), $expected );57 $this->assertSame( wp_validate_boolean( $test_value ), $expected ); 58 58 } 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.