You are here

public function TagTest::testInvalidTagLine in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpdocumentor/reflection-docblock/tests/phpDocumentor/Reflection/DocBlock/TagTest.php \phpDocumentor\Reflection\DocBlock\TagTest::testInvalidTagLine()

@expectedException \InvalidArgumentException

Return value

void

File

vendor/phpdocumentor/reflection-docblock/tests/phpDocumentor/Reflection/DocBlock/TagTest.php, line 34

Class

TagTest
Test class for \phpDocumentor\Reflection\DocBlock\Tag\VarTag

Namespace

phpDocumentor\Reflection\DocBlock

Code

public function testInvalidTagLine() {
  Tag::createInstance('Invalid tag line');
}