PHP 클래스 lithium\tests\cases\data\source\database\adapter\MySqlTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

보호된 프로퍼티들

프로퍼티 타입 설명
$_db
$_model

공개 메소드들

메소드 설명
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.

메소드 상세

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public 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.
public testQueryOperators ( )

프로퍼티 상세

$_db 보호되어 있는 프로퍼티

protected $_db

$_model 보호되어 있는 프로퍼티

protected $_model