getTag() public méthode

public getTag ( $key )
 public function testTagThatDoesntExist()
 {
     $this->setExpectedException('Exception', "Tag 'DoesNotExist' not found in stack 'test-stack1'");
     $this->stack->getTag('DoesNotExist');
 }