public function testClean() { $this->resource->expects($this->once())->method('clean')->with($this->visitor)->will($this->returnSelf()); $this->visitor->clean(); }