PHP Class Cviebrock\EloquentTaggable\Test\CollectionTests

Inheritance: extends TestCase
Datei anzeigen Open project: cviebrock/eloquent-taggable

Public Methods

Method Description
testIsCollection ( ) Test adding tags.
testTagArray ( ) Test getting the tag array
testTagArrayNormalized ( ) Test getting the normalized tag array
testTagList ( ) Test getting the tag list
testTagListNormalized ( ) Test getting the normalized tag list

Method Details

testIsCollection() public method

Test adding tags.
public testIsCollection ( )

testTagArray() public method

Test getting the tag array
public testTagArray ( )

testTagArrayNormalized() public method

Test getting the normalized tag array

testTagList() public method

Test getting the tag list
public testTagList ( )

testTagListNormalized() public method

Test getting the normalized tag list