- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/allowedProtocols.php
r48937 r48939 19 19 $example_protocols[] = $example[0]; 20 20 } 21 $this->assert EqualSets( $example_protocols, wp_allowed_protocols() );21 $this->assertSameSets( $example_protocols, wp_allowed_protocols() ); 22 22 } 23 23
Note: See TracChangeset
for help on using the changeset viewer.