* @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ namespace phpDocumentor\Reflection; /** * @coversNothing */ final class DocblocksWithAnnotationsTest extends \PHPUnit_Framework_TestCase { public function testDocblockWithAnnotations() { $docComment = <<create($docComment); $this->assertCount(2, $docblock->getTags()); } }