Example #1
0
 /**
  * @see \Tbs\DocBlock\Collection::getTag()
  * @expectedException \Tbs\DocBlock\Collection\Exception
  */
 public function testGetTagNotExists()
 {
     $this->object->getTag('TagNotExists');
 }