mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Inverted @param and @return hierarchy;
More fixes to tests and code coverage increase.
This commit is contained in:
@@ -49,6 +49,9 @@ DOCBLOCK;
|
||||
$this->assertFalse($object->hasTag('category'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \phpDocumentor\Reflection\DocBlock::__construct
|
||||
*/
|
||||
public function testConstructFromReflector()
|
||||
{
|
||||
$object = new DocBlock(new \ReflectionClass($this));
|
||||
@@ -70,7 +73,7 @@ DOCBLOCK;
|
||||
*/
|
||||
public function testExceptionOnInvalidObject()
|
||||
{
|
||||
$object = new DocBlock($this);
|
||||
new DocBlock($this);
|
||||
}
|
||||
|
||||
public function testDotSeperation()
|
||||
|
||||
Reference in New Issue
Block a user