Example #1
0
 /**
  * @group Phpreboot_Stopwatch_StopWatch_getWatchCount
  */
 public function testWatchCountIsCorrect()
 {
     $totalWatch = $this->stopWatch->getWatchCount();
     $this->assertEquals(1, $totalWatch, "Watch count is not correct");
 }