Cviebrock\EloquentTaggable\Test\Configuration\CustomGlueTests::testCustomGlue PHP Method

testCustomGlue() public method

Test tag list with custom glue
public testCustomGlue ( )
    public function testCustomGlue()
    {
        $this->testModel->tag('Apple,Banana,Cherry');
        $this->assertEquals('Apple.Banana.Cherry', $this->testModel->tagList);
    }