PHP Class Eccube\Tests\Service\ShoppingServiceTest

Inheritance: extends Eccube\Tests\Service\AbstractServiceTestCase
Show file Open project: ec-cube/ec-cube

Protected Properties

Property Type Description
$CartService
$Customer
$ProductType1
$ProductType2

Public Methods

Method Description
setUp ( )
testCopyToShippingFromCustomerWithNull ( )
testCreateOrder ( )
testGetAmount ( )
testGetDeliveries ( )
testGetDeliveriesMultiple ( )
testGetDeliveriesMultipleShipping ( )
testGetFormDeliveryDates ( )
testGetFormDeliveryDatesWithStockPending ( ) #1732 のテストケース
testGetFormPayments ( ) #1238 のテストケース
testGetFormPaymentsWithMultiple ( )
testGetNewOrderDetailForTaxRate ( ) #1739のテストケース
testGetNonMember ( )
testGetNonMemberIsNull ( )
testGetOrder ( )
testGetOrderWithMultiple ( )
testGetOrderWithNonMember ( )
testGetOrderWithStatus ( )
testGetOrderWithStatusAndNull ( )
testGetPayments ( )
testIsOrderProduct ( )
testIsOrderProductWithHide ( )
testIsOrderProductWithSaleLimit ( )
testIsOrderProductWithStock ( )
testSetCustomerUpdate ( )
testSetDeliveryFreeAmount ( )
testSetDeliveryFreeQuantity ( )
testSetOrderUpdate ( )
testSetStockUpdate ( )

Method Details

setUp() public method

public setUp ( )

testCopyToShippingFromCustomerWithNull() public method

testCreateOrder() public method

public testCreateOrder ( )

testGetAmount() public method

public testGetAmount ( )

testGetDeliveries() public method

public testGetDeliveries ( )

testGetDeliveriesMultiple() public method

testGetDeliveriesMultipleShipping() public method

testGetFormDeliveryDates() public method

testGetFormDeliveryDatesWithStockPending() public method

#1732 のテストケース

testGetFormPayments() public method

#1238 のテストケース
public testGetFormPayments ( )

testGetFormPaymentsWithMultiple() public method

testGetNewOrderDetailForTaxRate() public method

#1739のテストケース

testGetNonMember() public method

public testGetNonMember ( )

testGetNonMemberIsNull() public method

testGetOrder() public method

public testGetOrder ( )

testGetOrderWithMultiple() public method

testGetOrderWithNonMember() public method

testGetOrderWithStatus() public method

testGetOrderWithStatusAndNull() public method

testGetPayments() public method

public testGetPayments ( )

testIsOrderProduct() public method

public testIsOrderProduct ( )

testIsOrderProductWithHide() public method

testIsOrderProductWithSaleLimit() public method

testIsOrderProductWithStock() public method

testSetCustomerUpdate() public method

testSetDeliveryFreeAmount() public method

testSetDeliveryFreeQuantity() public method

testSetOrderUpdate() public method

public testSetOrderUpdate ( )

testSetStockUpdate() public method

public testSetStockUpdate ( )

Property Details

$CartService protected property

protected $CartService

$Customer protected property

protected $Customer

$ProductType1 protected property

protected $ProductType1

$ProductType2 protected property

protected $ProductType2