Pantheon\Terminus\UnitTests\Collections\TagsTest::testFetch PHP Method

testFetch() public method

Tests Tags::fetch($options)
public testFetch ( )
    public function testFetch()
    {
        $data = ['tag1'];
        $this->collection->fetch(compact('data'));
    }