Changeset 52010 for trunk/tests/phpunit/tests/formatting/linksAddTarget.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/linksAddTarget.php
r51623 r52010 97 97 * @dataProvider get_input_output 98 98 */ 99 function test_normalize_whitespace( $content, $target, $tags, $exp_str ) {99 public function test_normalize_whitespace( $content, $target, $tags, $exp_str ) { 100 100 if ( true === is_null( $target ) ) { 101 101 $this->assertSame( $exp_str, links_add_target( $content ) );
Note: See TracChangeset
for help on using the changeset viewer.