\JDatabaseQueryElementTest
Test class for JDatabaseQueryElement.
Synopsis
class JDatabaseQueryElementTest
extends PHPUnit_Framework_TestCase
{
- // methods
- public array dataTestAppend()
- public array dataTestConstruct()
- public array dataTestToString()
- public void test__Construct()
- public void test__toString()
- public void testAppend()
- public void test__clone_array()
- public void test__clone_object()
Hierarchy
Extends
Methods
public
- dataTestAppend() — Test cases for append and __toString
- dataTestConstruct() — Test cases for constructor
- dataTestToString() — Test data for test__toString.
- testAppend() — Test the append method.
- test__Construct() — Test the class constructor.
- test__clone_array() — Tests the JDatabaseQueryElement::__clone method properly clones an array.
- test__clone_object() — Tests the JDatabaseQueryElement::__clone method properly clones an object.
- test__toString() — Test the __toString magic method.