示例#1
0
 /**
  * @test
  * @covers Cocur\Watchman\Watch::getClock()
  */
 public function getClockReturnsClock()
 {
     $this->watchman->shouldReceive('getClock')->with($this->root)->once();
     $this->watch->getClock();
 }