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

testGetInvoiceActionNotFoundException() public method

    public function testGetInvoiceActionNotFoundException()
    {
        $this->createInvoiceController()->getInvoiceAction(42);
    }