PHP Class Eccube\Tests\Entity\OrderTest

Author: Kentaro Ohkouchi
Inheritance: extends Eccube\Tests\EccubeTestCase
Show file Open project: ec-cube/ec-cube

Protected Properties

Property Type Description
$Customer
$Order
$rate

Public Methods

Method Description
setUp ( )
testConstructor ( )
testConstructor2 ( )
testGetProductTypes ( )
testGetSubTotal ( )
testGetTotalPrice ( )
testGetTotalQuantity ( )
testGetTotalTax ( )

Method Details

setUp() public method

public setUp ( )

testConstructor() public method

public testConstructor ( )

testConstructor2() public method

public testConstructor2 ( )

testGetProductTypes() public method

public testGetProductTypes ( )

testGetSubTotal() public method

public testGetSubTotal ( )

testGetTotalPrice() public method

public testGetTotalPrice ( )

testGetTotalQuantity() public method

testGetTotalTax() public method

public testGetTotalTax ( )

Property Details

$Customer protected property

protected $Customer

$Order protected property

protected $Order

$rate protected property

protected $rate