PHP Class Sonata\Tests\Component\Payment\DebugPaymentTest

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

Public Methods

Method Description
getOrder ( ) : Sonata\Component\Order\OrderInterface
testDebugPayment ( )

Protected Methods

Method Description
getDebugPayment ( ) : DebugPayment
getTransactionManager ( ) : Sonata\Component\Payment\TransactionManagerInterface

Method Details

getDebugPayment() protected method

protected getDebugPayment ( ) : DebugPayment
return Sonata\Component\Payment\Debug\DebugPayment

getOrder() public method

public getOrder ( ) : Sonata\Component\Order\OrderInterface
return Sonata\Component\Order\OrderInterface

getTransactionManager() protected method

protected getTransactionManager ( ) : Sonata\Component\Payment\TransactionManagerInterface
return Sonata\Component\Payment\TransactionManagerInterface

testDebugPayment() public method

public testDebugPayment ( )