Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
zendframework/zendframework#6545 - adding coverage annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 1, 2015
1 parent f062692 commit b985625
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/UpperCaseWordsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
use Zend\Filter\UpperCaseWords as UpperCaseWordsFilter;

/**
* @group Zend_Filter
* Tests for {@see \Zend\Filter\UpperCaseWords}
*
* @covers \Zend\Filter\UpperCaseWords
*/
class UpperCaseWordsTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit b985625

Please sign in to comment.