PHP Class Cviebrock\EloquentTaggable\Test\TaggingTests

Inheritance: extends TestCase
Afficher le fichier Open project: cviebrock/eloquent-taggable

Méthodes publiques

Méthode 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 méthode

public testNormalization ( )

testRemovingAllTags() public méthode

Test removing all tags
public testRemovingAllTags ( )

testRetagging() public méthode

Test retagging tags
public testRetagging ( )

testTagging() public méthode

Test basic tagging
public testTagging ( )

testTaggingAgain() public méthode

Test adding additional tags
public testTaggingAgain ( )

testTaggingFromArray() public méthode

Test adding tags from an array

testTaggingWithDelimiters() public méthode

Test tagging with an alternate delimiter

testUntagging() public méthode

Test removing tags
public testUntagging ( )