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