PHP 클래스 Sonata\Tests\Component\Basket\BasketElementTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: sonata-project/ecommerce

공개 메소드들

메소드 설명
getBasketElement ( $product = null )
setUp ( ) Sets up unit test.
testGettersSetters ( )
testOptions ( )
testPrice ( )
testQuantity ( )
testValidity ( )

메소드 상세

getBasketElement() 공개 메소드

public getBasketElement ( $product = null )

setUp() 공개 메소드

Sets up unit test.
public setUp ( )

testGettersSetters() 공개 메소드

public testGettersSetters ( )

testOptions() 공개 메소드

public testOptions ( )

testPrice() 공개 메소드

public testPrice ( )

testQuantity() 공개 메소드

public testQuantity ( )

testValidity() 공개 메소드

public testValidity ( )