Overview

Packages

  • Jyxo_Beholder
  • Jyxo_Charset
  • Jyxo_Color
  • Jyxo_Css
  • Jyxo_ErrorHandling
  • Jyxo_FirePhp
  • Jyxo_Gettext
    • Parser
  • Jyxo_Html
  • Jyxo_Input
    • Chain
    • Filter
    • Validator
  • Jyxo_Mail
    • Email
    • Parser
    • Sender
  • Jyxo_Rpc
    • Json
    • Xml
  • Jyxo_Shell
  • Jyxo_SpamFilter
  • Jyxo_Spl
  • Jyxo_String
  • Jyxo_Svn
  • Jyxo_Time
  • Jyxo_Timer
  • Jyxo_Webdav
  • Jyxo_XmlReader
  • PHP

Classes

  • Jyxo_Beholder_Executor
  • Jyxo_Beholder_Result
  • Jyxo_Beholder_TestCase
  • Jyxo_Beholder_TestCase_FileSystem
  • Jyxo_Beholder_TestCase_HttpResponse
  • Jyxo_Beholder_TestCase_Imap
  • Jyxo_Beholder_TestCase_JsonRpc
  • Jyxo_Beholder_TestCase_Memcached
  • Jyxo_Beholder_TestCase_Mysql
  • Jyxo_Beholder_TestCase_Pgsql
  • Jyxo_Beholder_TestCase_PhpExtension
  • Jyxo_Beholder_TestCase_PhpVersion
  • Jyxo_Beholder_TestCase_PhpZend
  • Jyxo_Beholder_TestCase_Smtp
  • Jyxo_Beholder_TestCase_Webdav
  • Jyxo_Beholder_TestCase_XmlRpc
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Class Jyxo_Beholder_TestCase_Mysql

Tests MySQL availability.

Jyxo_Beholder_TestCase
Extended by Jyxo_Beholder_TestCase_Mysql
Category: Jyxo
Package: Jyxo_Beholder
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Jaroslav HanslĂ­k
Located at Beholder/TestCase/Mysql.php
Methods summary
public
# __construct( string $description, string $query, string $database, string $host = 'localhost', string $user = '', string $password = '', integer $port = 3306, integer $timeout = 2 )

Constructor.

Constructor.

Parameters

$description
string
Test description
$query
string
Tested query
$database
string
Database name
$host
string
Hostname
$user
string
Username
$password
string
Password
$port
integer
Port
$timeout
integer
Timeout
public Jyxo_Beholder_Result
# run( )

Performs the test.

Performs the test.

Returns

Jyxo_Beholder_Result
Methods inherited from Jyxo_Beholder_TestCase
getDescription()
Jyxo PHP Library API documentation generated by ApiGen 2.3.0