/**
  * Should have CRUD route prefix.
  */
 public function testCrudRoutePrefix()
 {
     $this->assertInternalType('string', $this->productPresenter->routePath());
 }