PHP Class AdminRoleTest

Inheritance: extends TestCase
Show file Open project: mage2/laravel-ecommerce

Public Methods

Method Description
testAdminRoleCreate ( ) : void A basic test example.
testAdminRoleDestroy ( )
testAdminRoleEdit ( ) : void A basic test example.
testAdminRoleList ( ) : void A basic test example.

Private Methods

Method Description
_creteRole ( )
_deleteRole ( $id )

Method Details

testAdminRoleCreate() public method

A basic test example.
public testAdminRoleCreate ( ) : void
return void

testAdminRoleDestroy() public method

testAdminRoleEdit() public method

A basic test example.
public testAdminRoleEdit ( ) : void
return void

testAdminRoleList() public method

A basic test example.
public testAdminRoleList ( ) : void
return void