Changeset 49006 for trunk/tests/phpunit/tests/functions/doEnclose.php
- Timestamp:
- 09/19/2020 03:52:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/doEnclose.php
r48848 r49006 11 11 * Tests_Functions_DoEnclose class. 12 12 * 13 * @since 5.3.0 14 * 13 15 * @group functions.php 14 16 * @group post 15 17 * @covers ::do_enclose 16 *17 * @since 5.3.018 18 */ 19 19 class Tests_Functions_DoEnclose extends WP_UnitTestCase { … … 254 254 * 255 255 * @param int $post_id Post ID. 256 * @return string 256 * @return string All enclosure data for the given post. 257 257 */ 258 258 protected function get_enclosed_by_post_id( $post_id ) {
Note: See TracChangeset
for help on using the changeset viewer.