Skip to content

Commit

Permalink
Fixing coverage annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 17, 2013
1 parent 0d3ef18 commit 44d0c78
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
use CodeGenerationUtils\Inflector\Util\UniqueIdentifierGenerator;

/**
* Tests for {@see \CodeGenerationUtilsTest\Inflector\Util\UniqueIdentifierGenerator}
* Tests for {@see \CodeGenerationUtils\Inflector\Util\UniqueIdentifierGenerator}
*
* @author Marco Pivetta <ocramius@gmail.com>
* @license MIT
Expand All @@ -32,7 +32,7 @@ class UniqueIdentifierGeneratorTest extends PHPUnit_Framework_TestCase
/**
* @dataProvider getBaseIdentifierNames
*
* @covers \CodeGenerationUtilsTest\Inflector\Util\UniqueIdentifierGenerator::getIdentifier
* @covers \CodeGenerationUtils\Inflector\Util\UniqueIdentifierGenerator::getIdentifier
*/
public function testGeneratesUniqueIdentifiers($name)
{
Expand All @@ -45,7 +45,7 @@ public function testGeneratesUniqueIdentifiers($name)
/**
* @dataProvider getBaseIdentifierNames
*
* @covers \CodeGenerationUtilsTest\Inflector\Util\UniqueIdentifierGenerator::getIdentifier
* @covers \CodeGenerationUtils\Inflector\Util\UniqueIdentifierGenerator::getIdentifier
*/
public function testGeneratesValidIdentifiers($name)
{
Expand Down

0 comments on commit 44d0c78

Please sign in to comment.