Beispiel #1
0
 public function case_url_stat_not_hoa_protocol()
 {
     $this->given($wrapper = new SUT(), $path = LUT::NO_RESOLUTION)->when(function () use($wrapper) {
         $wrapper->url_stat($path, 0);
     })->then->error()->exists();
 }