mageekguy\atoum\test::setTags PHP Method

setTags() public method

public setTags ( array $tags )
$tags array
    public function setTags(array $tags)
    {
        $this->tags = $tags;
        return $this;
    }
test