BaseTestCase Class Reference

Detailed Description

BaseTestCase is the base class for all wCMF test cases.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 22 of file BaseTestCase.php.

+ Inheritance diagram for BaseTestCase:

Protected Member Functions

 setUp ()
 
 fixQueryQuotes ($sql, $type)
 

Member Function Documentation

setUp ( )
protected

Definition at line 24 of file BaseTestCase.php.

fixQueryQuotes (   $sql,
  $type 
)
protected

Replace backticks in the given sql string by the actual quote char used in the connection.

Parameters
$sql
$typeThe type defining the connection parameters
Returns
String

Definition at line 38 of file BaseTestCase.php.