PHP Class AdminProductTest

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

Public Methods

Method Description
testAdminProductCreate ( ) : void A basic admin product create route test.
testAdminProductIndex ( ) : void A basic admin product index route test.
testAdminProductStore ( ) : void A basic admin product store route test.

Method Details

testAdminProductCreate() public method

A basic admin product create route test.
public testAdminProductCreate ( ) : void
return void

testAdminProductIndex() public method

A basic admin product index route test.
public testAdminProductIndex ( ) : void
return void

testAdminProductStore() public method

A basic admin product store route test.
public testAdminProductStore ( ) : void
return void