PHP Class AdminUserTest

Inheritance: extends TestCase
Datei anzeigen Open project: mage2/laravel-ecommerce

Public Methods

Method Description
testAdminUserCreate ( ) : void A basic test example.
testAdminUserDestroy ( )
testAdminUserEdit ( ) : void A basic test example.
testAdminUserList ( ) : void A basic test example.
testAdminUserUpdate ( ) : void A basic test example.

Private Methods

Method Description
_creteAdminUser ( )

Method Details

testAdminUserCreate() public method

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

testAdminUserDestroy() public method

testAdminUserEdit() public method

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

testAdminUserList() public method

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

testAdminUserUpdate() public method

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