assertTrue(version_compare('5.2', phpversion(), '<='), 'phpMyAdmin requires PHP 5.2 or above'); } public function testMySQL() { $this->markTestIncomplete(); } public function testSession() { $this->markTestIncomplete(); } } ?>