PHP Class Cviebrock\EloquentTaggable\Test\ScopeTests

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

Protected Properties

Property Type Description
$testModelAB TestModel
$testModelABC TestModel
$testModelC TestModel

Public Methods

Method Description
setUp ( ) : void Setup the test environment.
testWithAllTags ( ) Test searching by all tags
testWithAnyTags ( ) Test searching by any tags
testWithoutTags ( )

Method Details

setUp() public method

Setup the test environment.
public setUp ( ) : void
return void

testWithAllTags() public method

Test searching by all tags
public testWithAllTags ( )

testWithAnyTags() public method

Test searching by any tags
public testWithAnyTags ( )

testWithoutTags() public method

public testWithoutTags ( )

Property Details

$testModelAB protected property

protected TestModel,Cviebrock\EloquentTaggable\Test $testModelAB
return TestModel

$testModelABC protected property

protected TestModel,Cviebrock\EloquentTaggable\Test $testModelABC
return TestModel

$testModelC protected property

protected TestModel,Cviebrock\EloquentTaggable\Test $testModelC
return TestModel