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