PHP 클래스 AdminCategoryControllerTest

상속: extends TestCase
파일 보기 프로젝트 열기: mage2/laravel-ecommerce

공개 메소드들

메소드 설명
_createTestCategory ( )
_deleteTestCategory ( )
testAdminCategoryCreate ( ) : void Admin Category Create Test.
testAdminCategoryDestroy ( ) : void Admin Category DestroyS Test.
testAdminCategoryIndex ( ) : void
testAdminCategoryUpdate ( ) : void Admin Category Edit Test.

메소드 상세

_createTestCategory() 공개 메소드

public _createTestCategory ( )

_deleteTestCategory() 공개 메소드

public _deleteTestCategory ( )

testAdminCategoryCreate() 공개 메소드

Admin Category Create Test.
public testAdminCategoryCreate ( ) : void
리턴 void

testAdminCategoryDestroy() 공개 메소드

Admin Category DestroyS Test.
public testAdminCategoryDestroy ( ) : void
리턴 void

testAdminCategoryIndex() 공개 메소드

public testAdminCategoryIndex ( ) : void
리턴 void

testAdminCategoryUpdate() 공개 메소드

Admin Category Edit Test.
public testAdminCategoryUpdate ( ) : void
리턴 void