PHP Class BlogTest

Inheritance: extends TestCase, use trait Illuminate\Foundation\Testing\DatabaseTransactions
Show file Open project: YABhq/Quarx Class Usage Examples

Public Methods

Method Description
setUp ( )
testCreate ( )
testDelete ( )
testEdit ( )
testIndex ( ) * |-------------------------------------------------------------------------- | Views |--------------------------------------------------------------------------
testSearch ( )
testStore ( ) * |-------------------------------------------------------------------------- | Actions |--------------------------------------------------------------------------
testUpdate ( )

Method Details

setUp() public method

public setUp ( )

testCreate() public method

public testCreate ( )

testDelete() public method

public testDelete ( )

testEdit() public method

public testEdit ( )

testIndex() public method

* |-------------------------------------------------------------------------- | Views |--------------------------------------------------------------------------
public testIndex ( )

testSearch() public method

public testSearch ( )

testStore() public method

* |-------------------------------------------------------------------------- | Actions |--------------------------------------------------------------------------
public testStore ( )

testUpdate() public method

public testUpdate ( )