Cviebrock\EloquentTaggable\Test\CollectionTests::testTagListNormalized PHP Метод

testTagListNormalized() публичный Метод

Test getting the normalized tag list
    public function testTagListNormalized()
    {
        $this->testModel->tag('Apple,Banana,Cherry');
        $this->assertEquals('apple,banana,cherry', $this->testModel->tagListNormalized);
    }