PHP Class Domain\User\Http\UserControllerTest

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_force_delete ( )
test_force_delete_by_delete ( )
test_force_delete_failed ( )
test_force_delete_real ( )
test_index_returns_all_users ( )
test_index_returns_all_users_by_get ( )
test_restore ( )
test_restore_by_put ( )
test_restore_failed ( )
test_restore_real ( )
test_show ( )
test_show_by_get ( )
test_show_real ( )
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_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_index_returns_all_users() public method

test_index_returns_all_users_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_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 ( )