Exemplo n.º 1
0
 public function testHasRouteReturnsTrueWhenRouteIsSet()
 {
     $property = new Property('describedby');
     $property->setRoute('api/docs');
     $this->assertTrue($property->hasRoute());
 }