PHP Class Cviebrock\EloquentTaggable\Test\StaticTests

Inheritance: extends TestCase
Datei anzeigen Open project: cviebrock/eloquent-taggable

Protected Properties

Property Type Description
$testDummy TestDummy
$testModelAB TestModel

Public Methods

Method Description
setUp ( ) : void Setup the test environment.
testAllTags ( ) Test finding all the tags for a model
testAllTagsList ( ) Test finding all the tags for a model

Method Details

setUp() public method

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

testAllTags() public method

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

testAllTagsList() public method

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

Property Details

$testDummy protected_oe property

protected TestDummy,Cviebrock\EloquentTaggable\Test $testDummy
return TestDummy

$testModelAB protected_oe property

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