PHP 클래스 Sonata\Tests\Component\Payment\DebugPaymentTest

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

공개 메소드들

메소드 설명
getOrder ( ) : Sonata\Component\Order\OrderInterface
testDebugPayment ( )

보호된 메소드들

메소드 설명
getDebugPayment ( ) : DebugPayment
getTransactionManager ( ) : Sonata\Component\Payment\TransactionManagerInterface

메소드 상세

getDebugPayment() 보호된 메소드

protected getDebugPayment ( ) : DebugPayment
리턴 Sonata\Component\Payment\Debug\DebugPayment

getOrder() 공개 메소드

public getOrder ( ) : Sonata\Component\Order\OrderInterface
리턴 Sonata\Component\Order\OrderInterface

getTransactionManager() 보호된 메소드

protected getTransactionManager ( ) : Sonata\Component\Payment\TransactionManagerInterface
리턴 Sonata\Component\Payment\TransactionManagerInterface

testDebugPayment() 공개 메소드

public testDebugPayment ( )