Sonata\Test\InvoiceBundle\Controller\Api\InvoiceControllerTest::testGetInvoiceAction PHP Method

testGetInvoiceAction() public method

    public function testGetInvoiceAction()
    {
        $invoice = $this->getMock('Sonata\\Component\\Invoice\\InvoiceInterface');
        $this->assertEquals($invoice, $this->createInvoiceController($invoice)->getInvoiceAction(1));
    }