Changeset 51994 for trunk/tests/phpunit/tests/admin/includesMisc.php
- Timestamp:
- 11/02/2021 10:07:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesMisc.php
r51639 r51994 5 5 */ 6 6 class Tests_Admin_IncludesMisc extends WP_UnitTestCase { 7 function test_shorten_url() { 7 8 /** 9 * @covers ::url_shorten 10 */ 11 public function test_shorten_url() { 8 12 $tests = array( 9 13 'wordpress\.org/about/philosophy'
Note: See TracChangeset
for help on using the changeset viewer.