PHP 클래스 Cviebrock\EloquentTaggable\Test\StaticTests

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

보호된 프로퍼티들

프로퍼티 타입 설명
$testDummy TestDummy
$testModelAB TestModel

공개 메소드들

메소드 설명
setUp ( ) : void Setup the test environment.
testAllTags ( ) Test finding all the tags for a model
testAllTagsList ( ) Test finding all the tags for a model

메소드 상세

setUp() 공개 메소드

Setup the test environment.
public setUp ( ) : void
리턴 void

testAllTags() 공개 메소드

Test finding all the tags for a model
public testAllTags ( )

testAllTagsList() 공개 메소드

Test finding all the tags for a model
public testAllTagsList ( )

프로퍼티 상세

$testDummy 보호되어 있는 프로퍼티

protected TestDummy,Cviebrock\EloquentTaggable\Test $testDummy
리턴 TestDummy

$testModelAB 보호되어 있는 프로퍼티

protected TestModel,Cviebrock\EloquentTaggable\Test $testModelAB
리턴 TestModel