Example #1
0
 /**
  * @param $url
  * @param $fullUrl
  */
 protected function mockUrl($url, $fullUrl)
 {
     $this->routeAssembler->expects($this->any())->method('buildUrl')->with($url)->will($this->returnValue($fullUrl));
 }