mageekguy\atoum\test::setMethodTags PHP Метод

setMethodTags() публичный Метод

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