Exemplo n.º 1
0
 public function testClean()
 {
     $this->resource->expects($this->once())->method('clean')->with($this->visitor)->will($this->returnSelf());
     $this->visitor->clean();
 }