Eccube\Tests\Entity\OrderTest::testGetProductTypes PHP Method

testGetProductTypes() public method

public testGetProductTypes ( )
    public function testGetProductTypes()
    {
        $this->expected = array($this->app['eccube.repository.master.product_type']->find(1));
        $this->actual = $this->Order->getProductTypes();
        $this->verify();
    }