Changeset 57987 for trunk/tests/phpunit/tests/formatting/escUrl.php
- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/escUrl.php
r56548 r57987 259 259 * @covers ::sanitize_url 260 260 */ 261 public function test_invalid_chara ters() {261 public function test_invalid_characters() { 262 262 $this->assertEmpty( sanitize_url( '"^<>{}`' ) ); 263 263 }
Note: See TracChangeset
for help on using the changeset viewer.