Ejemplo n.º 1
0
 /**
  * Should be able to get the route prefix.
  */
 public function testRoutePrefix()
 {
     $this->assertEquals('product::', $this->productPresenter->routePrefix());
 }