PHP Class Domain\Student\Http\StudentControllerTest

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_by_delete ( )
test_delete_failed ( )
test_delete_real ( )
test_force_delete ( )
test_force_delete_by_delete ( )
test_force_delete_failed ( )
test_force_delete_real ( )
test_get_billets ( )
test_get_classrooms ( )
test_get_student_classrooms_and_matters ( )
test_index_returns_all_students ( )
test_index_returns_all_students_by_get ( )
test_restore ( )
test_restore_by_put ( )
test_restore_failed ( )
test_restore_real ( )
test_show ( )
test_show_by_get ( )
test_show_real ( )
test_store ( )
test_store_by_post ( )
test_store_failed ( )
test_sync_matters_completeds ( )
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_force_delete() public method

public test_force_delete ( )

test_force_delete_by_delete() public method

test_force_delete_failed() public method

test_force_delete_real() public method

test_get_billets() public method

public test_get_billets ( )

test_get_classrooms() public method

public test_get_classrooms ( )

test_get_student_classrooms_and_matters() public method

test_index_returns_all_students() public method

test_index_returns_all_students_by_get() public method

test_restore() public method

public test_restore ( )

test_restore_by_put() public method

public test_restore_by_put ( )

test_restore_failed() public method

public test_restore_failed ( )

test_restore_real() public method

public test_restore_real ( )

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_sync_matters_completeds() public method

test_update_by_put() public method

public test_update_by_put ( )

test_update_failed() public method

public test_update_failed ( )