Changeset 42343 for trunk/tests/phpunit/tests/admin/includesMisc.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/admin/includesMisc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesMisc.php
r25002 r42343 20 20 => 'wordpress.org/about/philosophy/#…', // shorten to 32 if > 35 after cleaning 21 21 ); 22 foreach ( $tests as $k => $v ) 22 foreach ( $tests as $k => $v ) { 23 23 $this->assertEquals( $v, url_shorten( $k ) ); 24 } 24 25 } 25 26 }
Note: See TracChangeset
for help on using the changeset viewer.