PHP 클래스 Cviebrock\EloquentTaggable\Test\ScopeTests

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

보호된 프로퍼티들

프로퍼티 타입 설명
$testModelAB TestModel
$testModelABC TestModel
$testModelC TestModel

공개 메소드들

메소드 설명
setUp ( ) : void Setup the test environment.
testWithAllTags ( ) Test searching by all tags
testWithAnyTags ( ) Test searching by any tags
testWithoutTags ( )

메소드 상세

setUp() 공개 메소드

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

testWithAllTags() 공개 메소드

Test searching by all tags
public testWithAllTags ( )

testWithAnyTags() 공개 메소드

Test searching by any tags
public testWithAnyTags ( )

testWithoutTags() 공개 메소드

public testWithoutTags ( )

프로퍼티 상세

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

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

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

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

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

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