Exemplo n.º 1
0
 public function testGetBogoMips()
 {
     try {
         $bogoMips = $this->_adapter->getBogoMips();
     } catch (Exception $e) {
         $this->_log($e);
         $this->markTestSkipped($e->getMessage());
     }
     $this->assertTrue(is_float($bogoMips));
 }