PHP Class Domain\Repositories\BaseRepositoryTest

Inheritance: extends TestCase
Datei anzeigen Open project: resultsystems/school

Public Methods

Method Description
test_all ( )
test_delete ( )
test_get ( )
test_make_model ( )
test_repo_instance_base_repository ( )
test_restore ( )
test_store ( )
test_store_failed ( )
test_store_with_empty_data ( )
test_store_with_empty_fillable ( )
test_update ( )
test_update_failed ( )
test_update_with_empty_data ( )
test_update_with_empty_fillable ( )

Method Details

test_all() public method

public test_all ( )

test_delete() public method

public test_delete ( )

test_get() public method

public test_get ( )

test_make_model() public method

public test_make_model ( )

test_repo_instance_base_repository() public method

test_restore() public method

public test_restore ( )

test_store() public method

public test_store ( )

test_store_failed() public method

public test_store_failed ( )

test_store_with_empty_data() public method

test_store_with_empty_fillable() public method

test_update() public method

public test_update ( )

test_update_failed() public method

public test_update_failed ( )

test_update_with_empty_data() public method

test_update_with_empty_fillable() public method