Sonata\Test\OrderBundle\Controller\Api\OrderControllerTest::testGetOrderAction PHP Method

testGetOrderAction() public method

public testGetOrderAction ( )
    public function testGetOrderAction()
    {
        $order = $this->getMock('Sonata\\Component\\Order\\OrderInterface');
        $this->assertEquals($order, $this->createOrderController($order)->getOrderAction(1));
    }