Changeset 51623 for trunk/tests/phpunit/tests/formatting/urlShorten.php
- Timestamp:
- 08/16/2021 09:33:54 PM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/urlShorten.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_U RLShorten extends WP_UnitTestCase {7 function test_ shorten_url() {6 class Tests_Formatting_UrlShorten extends WP_UnitTestCase { 7 function test_url_shorten() { 8 8 $tests = array( 9 9 'wordpress\.org/about/philosophy' => 'wordpress\.org/about/philosophy', // No longer strips slashes.
Note: See TracChangeset
for help on using the changeset viewer.