mageekguy\atoum\test::setMethodTags PHP Method

setMethodTags() public method

public setMethodTags ( $testMethodName, array $tags )
$tags array
    public function setMethodTags($testMethodName, array $tags)
    {
        $this->checkMethod($testMethodName)->testMethods[$testMethodName]['tags'] = $tags;
        return $this;
    }
test