- Timestamp:
- 09/19/2020 03:52:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/cleanupHeaderComment.php
r48937 r49006 1 1 <?php 2 /* 2 /** 3 3 * Test _cleanup_header_comment(). 4 4 * 5 * @group functions.php6 5 * @ticket 8497 7 6 * @ticket 38101 7 * 8 * @group functions.php 9 * @covers ::_cleanup_header_comment 8 10 */ 9 11 class Tests_Functions_CleanupHeaderComment extends WP_UnitTestCase { 12 10 13 /** 11 14 * Test cleanup header of header comment. 12 15 * 13 * @covers ::_cleanup_header_comment14 16 * @dataProvider data_cleanup_header_comment 15 17 *
Note: See TracChangeset
for help on using the changeset viewer.