- Timestamp:
- 06/22/2021 04:34:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/custom-css-setting.php
r50450 r51196 381 381 $unclosed_comment = $basic_css . '</style>'; 382 382 $result = $this->setting->validate( $unclosed_comment ); 383 $this->assert True( array_key_exists( 'illegal_markup', $result->errors ));383 $this->assertArrayHasKey( 'illegal_markup', $result->errors ); 384 384 } 385 385 }
Note: See TracChangeset
for help on using the changeset viewer.