Exemplo n.º 1
0
 public function testGetRouteByFrontName()
 {
     $frontName = 'route';
     $scope = null;
     $this->_object->expects($this->once())->method('getRouteByFrontName')->with($frontName, $scope);
     $this->_proxy->getRouteByFrontName($frontName, $scope);
 }