PHP Class Eccube\Tests\Web\Admin\Setting\Shop\DeliveryControllerTest

Afficher le fichier Open project: ec-cube/ec-cube

Méthodes publiques

Méthode Description
createDelivery ( ) : mixed
createFormData ( )
dataSubmitProvider ( )
testDeleteFail ( ) test delete fail
testDeleteSuccess ( ) test delete
testEdit ( boolean $isSuccess, boolean $expected ) Delivery edit test
testMoveRank ( )
testNew ( boolean $isSuccess, boolean $expected ) Delivery new test
testRouting ( ) test routing delivery
testRoutingEdit ( ) test routing edit
testRoutingNew ( ) Routing new test

Method Details

createDelivery() public méthode

public createDelivery ( ) : mixed
Résultat mixed

createFormData() public méthode

public createFormData ( )

dataSubmitProvider() public méthode

public dataSubmitProvider ( )

testDeleteFail() public méthode

test delete fail
public testDeleteFail ( )

testDeleteSuccess() public méthode

test delete
public testDeleteSuccess ( )

testEdit() public méthode

Delivery edit test
public testEdit ( boolean $isSuccess, boolean $expected )
$isSuccess boolean
$expected boolean

testMoveRank() public méthode

public testMoveRank ( )

testNew() public méthode

Delivery new test
public testNew ( boolean $isSuccess, boolean $expected )
$isSuccess boolean
$expected boolean

testRouting() public méthode

test routing delivery
public testRouting ( )

testRoutingEdit() public méthode

test routing edit
public testRoutingEdit ( )

testRoutingNew() public méthode

Routing new test
public testRoutingNew ( )