Changeset 60251 for trunk/tests/phpunit/tests/formatting/escUrl.php
- Timestamp:
- 05/26/2025 12:03:18 PM (16 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/formatting/escUrl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/escUrl.php
r57987 r60251 125 125 ); 126 126 127 foreach ( wp_allowed_protocols() as $scheme ) { 127 $protocols = wp_allowed_protocols(); 128 129 $this->assertNotEmpty( $protocols ); 130 131 foreach ( $protocols as $scheme ) { 128 132 $this->assertSame( "{$scheme}://example.com", esc_url( "{$scheme}://example.com" ), $scheme ); 129 133 $this->assertSame(
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)