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

testCustomGlueNormalized() public method

Test normalized tag list with custom glue
    public function testCustomGlueNormalized()
    {
        $this->testModel->tag('Apple,Banana,Cherry');
        $this->assertEquals('apple.banana.cherry', $this->testModel->tagListNormalized);
    }