PHP Class Sonata\Tests\Component\Basket\BasketElementTest

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

Public Methods

Method Description
getBasketElement ( $product = null )
setUp ( ) Sets up unit test.
testGettersSetters ( )
testOptions ( )
testPrice ( )
testQuantity ( )
testValidity ( )

Method Details

getBasketElement() public method

public getBasketElement ( $product = null )

setUp() public method

Sets up unit test.
public setUp ( )

testGettersSetters() public method

public testGettersSetters ( )

testOptions() public method

public testOptions ( )

testPrice() public method

public testPrice ( )

testQuantity() public method

public testQuantity ( )

testValidity() public method

public testValidity ( )