PHP Class Eccube\Tests\Plugin\Web\ShoppingControllerTest

Inheritance: extends AbstractWebTestCase
Show file Open project: ec-cube/ec-cube

Public Methods

Method Description
createShippingFormData ( )
setUp ( )
tearDown ( )
testComplete ( )
testCompleteWithLogin ( ) カート→購入確認画面→完了画面
testDeliveryWithError ( ) 購入確認画面→お届け先設定(入力エラー)
testDeliveryWithNotInput ( ) 購入確認画面→お届け先設定(未入力)
testDeliveryWithPost ( ) 購入確認画面→お届け先設定
testPaymentWithError ( ) 購入確認画面→支払い方法選択(エラー)
testPaymentWithPost ( ) 購入確認画面→支払い方法選択
testRoutingShoppingCustomerLogin ( )
testRoutingShoppingLogin ( )
testShippingChangeWithPost ( ) 購入確認画面→お届け先の設定
testShippingShipping ( ) 購入確認画面→お届け先の設定→お届け先一覧
testShippingShippingPost ( ) 購入確認画面→お届け先の設定→お届け先追加→購入完了
testShoppingError ( )
testShoppingIndexWithCartUnlock ( )

Protected Methods

Method Description
scenarioCartIn ( $client )
scenarioComplete ( $client, $confirm_url )
scenarioConfirm ( $client )
scenarioInput ( $client, $formData )

Method Details

createShippingFormData() public method

scenarioCartIn() protected method

protected scenarioCartIn ( $client )

scenarioComplete() protected method

protected scenarioComplete ( $client, $confirm_url )

scenarioConfirm() protected method

protected scenarioConfirm ( $client )

scenarioInput() protected method

protected scenarioInput ( $client, $formData )

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testComplete() public method

public testComplete ( )

testCompleteWithLogin() public method

カート→購入確認画面→完了画面

testDeliveryWithError() public method

購入確認画面→お届け先設定(入力エラー)

testDeliveryWithNotInput() public method

購入確認画面→お届け先設定(未入力)

testDeliveryWithPost() public method

購入確認画面→お届け先設定

testPaymentWithError() public method

購入確認画面→支払い方法選択(エラー)

testPaymentWithPost() public method

購入確認画面→支払い方法選択
public testPaymentWithPost ( )

testRoutingShoppingCustomerLogin() public method

testRoutingShoppingLogin() public method

testShippingChangeWithPost() public method

購入確認画面→お届け先の設定

testShippingShipping() public method

購入確認画面→お届け先の設定→お届け先一覧

testShippingShippingPost() public method

購入確認画面→お届け先の設定→お届け先追加→購入完了

testShoppingError() public method

public testShoppingError ( )

testShoppingIndexWithCartUnlock() public method