mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
When @covers is used with a plain alphanumeric string, PHPUnit assumes that it is covering a class. If there is no class, it fails and exits rather than continuing to generate coverage. To cover a global function, the name must start with ::. See https://phpunit.de/manual/5.3/en/appendixes.annotations.html#appendixes.annotations.covers [37445] for trunk See #35060, #36867 git-svn-id: https://develop.svn.wordpress.org/trunk@37447 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| checkComment.php | ||
| commentForm.php | ||
| commentsTemplate.php | ||
| dateQuery.php | ||
| getCommentAuthorEmailLink.php | ||
| getCommentAuthorUrlLink.php | ||
| getCommentClass.php | ||
| getCommentCount.php | ||
| getCommentExcerpt.php | ||
| getCommentLink.php | ||
| getCommentsPagesCount.php | ||
| getPageOfComment.php | ||
| metaCache.php | ||
| query.php | ||
| slashes.php | ||
| template.php | ||
| walker.php | ||
| wpCountComments.php | ||
| wpListComments.php | ||
| wpUpdateCommentCountNow.php | ||