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

Inheritance: extends lithium\test\Unit
Afficher le fichier Open project: unionofrad/lithium

Protected Properties

Свойство Type Description
$_db
$_model

Méthodes publiques

Méthode 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 méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testQueryOperators() public méthode

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