Cviebrock\EloquentTaggable\Test\StaticTests::testAllTags PHP Method

testAllTags() public method

Test finding all the tags for a model
public testAllTags ( )
    public function testAllTags()
    {
        $tags = TestModel::allTags();
        $this->assertArrayValuesAreEqual(['Apple', 'Banana', 'Cherry'], $tags);
    }