PHP Class Domain\Lesson\Http\LessonControllerTest

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

Public Methods

Method Description
test_delete ( )
test_delete_by_delete ( )
test_delete_failed ( )
test_delete_real ( )
test_index_returns_lessons ( )
test_index_returns_lessons_by_get ( )
test_show ( )
test_show_by_get ( )
test_show_real ( )
test_store ( )
test_store_by_post ( )
test_store_failed ( )
test_update ( )
test_update_by_put ( )
test_update_failed ( )

Method Details

test_delete() public method

public test_delete ( )

test_delete_by_delete() public method

test_delete_failed() public method

public test_delete_failed ( )

test_delete_real() public method

public test_delete_real ( )

test_index_returns_lessons() public method

test_index_returns_lessons_by_get() public method

test_show() public method

public test_show ( )

test_show_by_get() public method

public test_show_by_get ( )

test_show_real() public method

public test_show_real ( )

test_store() public method

public test_store ( )

test_store_by_post() public method

public test_store_by_post ( )

test_store_failed() public method

public test_store_failed ( )

test_update() public method

public test_update ( )

test_update_by_put() public method

public test_update_by_put ( )

test_update_failed() public method

public test_update_failed ( )