PHP Class lithium\tests\cases\data\source\database\adapter\MySqlTest

Inheritance: extends lithium\test\Unit
Datei anzeigen Open project: unionofrad/lithium

Protected Properties

Property Type Description
$_db
$_model

Public Methods

Method Description
setUp ( )
tearDown ( )
testQueryOperators ( ) We test only the operators that are added/removed/modified from the Database::$_operators. The latter are already tested in the Database case.

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testQueryOperators() public method

We test only the operators that are added/removed/modified from the Database::$_operators. The latter are already tested in the Database case.
public testQueryOperators ( )

Property Details

$_db protected_oe property

protected $_db

$_model protected_oe property

protected $_model