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

Show file Open project: ec-cube/ec-cube

Public Methods

Method 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 method

public createDelivery ( ) : mixed
return mixed

createFormData() public method

public createFormData ( )

dataSubmitProvider() public method

public dataSubmitProvider ( )

testDeleteFail() public method

test delete fail
public testDeleteFail ( )

testDeleteSuccess() public method

test delete
public testDeleteSuccess ( )

testEdit() public method

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

testMoveRank() public method

public testMoveRank ( )

testNew() public method

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

testRouting() public method

test routing delivery
public testRouting ( )

testRoutingEdit() public method

test routing edit
public testRoutingEdit ( )

testRoutingNew() public method

Routing new test
public testRoutingNew ( )