Cviebrock\EloquentTaggable\Test\CollectionTests::testTagList PHP Method

testTagList() public method

Test getting the tag list
public testTagList ( )
    public function testTagList()
    {
        $this->testModel->tag('Apple,Banana,Cherry');
        $this->assertEquals('Apple,Banana,Cherry', $this->testModel->tagList);
    }