Add missing DocBlock (info).

This commit is contained in:
Mike van Riel
2014-08-30 11:16:26 +02:00
parent fe8652b292
commit 6142bbbbbf
2 changed files with 29 additions and 2 deletions
@@ -71,8 +71,7 @@ DOCBLOCK;
/**
* @covers \phpDocumentor\Reflection\DocBlock::splitDocBlock
* @group test
*
*
* @return void
*/
public function testConstructWithTagsOnly()
@@ -92,6 +91,9 @@ DOCBLOCK;
$this->assertFalse($object->hasTag('category'));
}
/**
* @covers \phpDocumentor\Reflection\DocBlock::isTemplateStart
*/
public function testIfStartOfTemplateIsDiscovered()
{
$fixture = <<<DOCBLOCK
@@ -110,6 +112,9 @@ DOCBLOCK;
$this->assertTrue($object->isTemplateStart());
}
/**
* @covers \phpDocumentor\Reflection\DocBlock::isTemplateEnd
*/
public function testIfEndOfTemplateIsDiscovered()
{
$fixture = <<<DOCBLOCK