public function test_mysql_connect() { $mysql = mysql_connect(static::$host, 'root'); $this->assertConnection($mysql); }