Add example and functional test for reconstituting a DocBlock

This commit is contained in:
Mike van Riel
2015-06-27 16:47:47 +02:00
parent 1b5279c777
commit a6ffa93e28
4 changed files with 62 additions and 9 deletions
@@ -22,9 +22,6 @@ use phpDocumentor\Reflection\DocBlock\Tags\See;
*/
class InterpretingDocBlocksTest extends \PHPUnit_Framework_TestCase
{
/**
* @link ../../examples/interpreting-a-simple-docblock.php
*/
public function testInterpretingASimpleDocBlock()
{
/**