PHP Class Cviebrock\EloquentTaggable\Test\TaggingTests

Inheritance: extends TestCase
Show file Open project: cviebrock/eloquent-taggable

Public Methods

Method Description
testNormalization ( )
testRemovingAllTags ( ) Test removing all tags
testRetagging ( ) Test retagging tags
testTagging ( ) Test basic tagging
testTaggingAgain ( ) Test adding additional tags
testTaggingFromArray ( ) Test adding tags from an array
testTaggingWithDelimiters ( ) Test tagging with an alternate delimiter
testUntagging ( ) Test removing tags

Method Details

testNormalization() public method

public testNormalization ( )

testRemovingAllTags() public method

Test removing all tags
public testRemovingAllTags ( )

testRetagging() public method

Test retagging tags
public testRetagging ( )

testTagging() public method

Test basic tagging
public testTagging ( )

testTaggingAgain() public method

Test adding additional tags
public testTaggingAgain ( )

testTaggingFromArray() public method

Test adding tags from an array

testTaggingWithDelimiters() public method

Test tagging with an alternate delimiter

testUntagging() public method

Test removing tags
public testUntagging ( )