PHP Class Domain\Config\Http\ConfigControllerTest

Inheritance: extends TestCase, use trait Illuminate\Foundation\Testing\DatabaseTransactions, use trait Illuminate\Foundation\Testing\WithoutMiddleware
Show file Open project: resultsystems/school

Public Methods

Method Description
test_delete ( )
test_delete_failed ( )
test_delete_real ( )
test_get ( )
test_get_real ( )
test_index_returns_configs ( )
test_index_returns_configs_by_get ( )
test_store ( )
test_store_failed ( )
test_update ( )
test_update_failed ( )

Method Details

test_delete() public method

public test_delete ( )

test_delete_failed() public method

public test_delete_failed ( )

test_delete_real() public method

public test_delete_real ( )

test_get() public method

public test_get ( )

test_get_real() public method

public test_get_real ( )

test_index_returns_configs() public method

test_index_returns_configs_by_get() public method

test_store() public method

public test_store ( )

test_store_failed() public method

public test_store_failed ( )

test_update() public method

public test_update ( )

test_update_failed() public method

public test_update_failed ( )