mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-06 01:10:04 +00:00
Tests: Add missing @covers tags for files in phpunit/tests/functions/.
Props pbearne, jrf. See #39265. git-svn-id: https://develop.svn.wordpress.org/trunk@49006 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
<?php
|
||||
/*
|
||||
/**
|
||||
* Test _cleanup_header_comment().
|
||||
*
|
||||
* @group functions.php
|
||||
* @ticket 8497
|
||||
* @ticket 38101
|
||||
*
|
||||
* @group functions.php
|
||||
* @covers ::_cleanup_header_comment
|
||||
*/
|
||||
class Tests_Functions_CleanupHeaderComment extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* Test cleanup header of header comment.
|
||||
*
|
||||
* @covers ::_cleanup_header_comment
|
||||
* @dataProvider data_cleanup_header_comment
|
||||
*
|
||||
* @param string $test_string
|
||||
|
||||
Reference in New Issue
Block a user