Changeset 59163 for trunk/tests/phpunit/tests/formatting/linksAddTarget.php
- Timestamp:
- 10/03/2024 11:42:43 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/linksAddTarget.php
r55563 r59163 1 1 <?php 2 2 /** 3 * Tests for the links_add_target() function. 4 * 3 5 * @group formatting 4 6 * … … 8 10 9 11 /** 10 * Tests the links_add_target() function.12 * @ticket 26164 11 13 * 12 14 * @dataProvider data_links_add_target … … 27 29 * @return array { 28 30 * @type array { 29 * @type string $content String to search for links in.30 * @type string $target The target to add to the links.31 * @type string$tags An array of tags to apply to.32 * @type string $expected Expected output.31 * @type string $content String to search for links in. 32 * @type string $target The target to add to the links. 33 * @type array|null $tags An array of tags to apply to. 34 * @type string $expected Expected output. 33 35 * } 34 36 * }
Note: See TracChangeset
for help on using the changeset viewer.