예제 #1
0
 public function applies_to_does_not_match_partial_with_trailing_slashes()
 {
     $r = new RestRoute('GET', '/binford/{id}/{name}', null, null, null, null);
     $this->assertNull($r->appliesTo('/binford/6100//'));
 }