Changeset 48937 for trunk/tests/phpunit/tests/option/sanitize-option.php
- Timestamp:
- 09/02/2020 12:35:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/sanitize-option.php
r46586 r48937 139 139 } else { 140 140 $this->assertNotEmpty( $errors ); 141 $this->assert Equals( 'invalid_permalink_structure', $errors[0]['code'] );141 $this->assertSame( 'invalid_permalink_structure', $errors[0]['code'] ); 142 142 } 143 143
Note: See TracChangeset
for help on using the changeset viewer.