PHP 클래스 Cviebrock\EloquentTaggable\Test\TaggingTests

상속: extends TestCase
파일 보기 프로젝트 열기: cviebrock/eloquent-taggable

공개 메소드들

메소드 설명
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

메소드 상세

testNormalization() 공개 메소드

public testNormalization ( )

testRemovingAllTags() 공개 메소드

Test removing all tags
public testRemovingAllTags ( )

testRetagging() 공개 메소드

Test retagging tags
public testRetagging ( )

testTagging() 공개 메소드

Test basic tagging
public testTagging ( )

testTaggingAgain() 공개 메소드

Test adding additional tags
public testTaggingAgain ( )

testTaggingFromArray() 공개 메소드

Test adding tags from an array

testTaggingWithDelimiters() 공개 메소드

Test tagging with an alternate delimiter

testUntagging() 공개 메소드

Test removing tags
public testUntagging ( )