PHP Class Sonata\Tests\Component\Basket\BasketTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sonata-project/ecommerce

Public Methods

Method Description
getMockAddress ( )
getMockProduct ( )
testBasket ( )
testBuildPrices ( )
testClean ( )
testGetElementRaisesException ( )
testGettersSetters ( )
testHasProduct ( )
testHasRecurrentPayment ( )
testSerialize ( )
testTotal ( )

Protected Methods

Method Description
getPreparedBasket ( )

Method Details

getMockAddress() public method

public getMockAddress ( )

getMockProduct() public method

public getMockProduct ( )

getPreparedBasket() protected method

protected getPreparedBasket ( )

testBasket() public method

public testBasket ( )

testBuildPrices() public method

public testBuildPrices ( )

testClean() public method

public testClean ( )

testGetElementRaisesException() public method

testGettersSetters() public method

public testGettersSetters ( )

testHasProduct() public method

public testHasProduct ( )

testHasRecurrentPayment() public method

testSerialize() public method

public testSerialize ( )

testTotal() public method

public testTotal ( )