PHP Class Sonata\Test\InvoiceBundle\Controller\Api\InvoiceControllerTest

Author: Hugo Briand ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sonata-project/ecommerce

Public Methods

Method Description
createInvoiceController ( $invoice = null, $invoiceManager = null ) : InvoiceController
testGetInvoiceAction ( )
testGetInvoiceActionNotFoundException ( )
testGetInvoiceInvoiceelementsAction ( )
testGetInvoicesAction ( )

Method Details

createInvoiceController() public method

public createInvoiceController ( $invoice = null, $invoiceManager = null ) : InvoiceController
$invoice
$invoiceManager
return Sonata\InvoiceBundle\Controller\Api\InvoiceController

testGetInvoiceAction() public method

testGetInvoiceActionNotFoundException() public method

testGetInvoiceInvoiceelementsAction() public method

testGetInvoicesAction() public method