コード例 #1
0
ファイル: UtilTest.php プロジェクト: aladin1394/CM
 public function testBenchmark()
 {
     $this->assertSame(0.0, (double) CM_Util::benchmark());
     $this->assertSame(0.0, (double) CM_Util::benchmark('CM'));
     $this->assertGreaterThan(0, (double) CM_Util::benchmark());
     $this->assertGreaterThan(0, (double) CM_Util::benchmark('CM'));
 }