Ejemplo n.º 1
0
 public function testProxyCallOnRemove()
 {
     $expectedPaths = array('thePath');
     $expectedFilters = array('theFilter');
     $this->primaryResolver->expects($this->once())->method('remove')->with($expectedPaths, $expectedFilters);
     $this->resolver->remove($expectedPaths, $expectedFilters);
 }