PHP 클래스 Bluz\Tests\Db\DbTest

Generated by PHPUnit on 2011-07-27 at 13:52:01.
상속: extends Bluz\Tests\TestCase
파일 보기 프로젝트 열기: bluzphp/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$db Bluz\Db\Db

공개 메소드들

메소드 설명
setUp ( ) setUp
tearDown ( ) tearDown
testCheckConnect ( ) Initial Db with configuration
testCheckConnectException ( ) Initial Db with empty configuration
testDelete ( ) Delete Query Builder
testFetchAll ( ) fetchAll
testFetchColumn ( ) fetchColumn
testFetchColumnGroup ( ) fetchColumnGroup
testFetchGroup ( ) fetchGroup
testFetchObjectToDeclaredClass ( ) fetchObjects to declared class
testFetchObjectToInstance ( ) fetchObject to instance
testFetchObjectToStdClass ( ) fetchObject to default class
testFetchObjectsToDeclaredClass ( ) fetchObjects to declared class
testFetchObjectsToStdClass ( ) fetchObjects to default class
testFetchOne ( ) fetchOne
testFetchPairs ( ) fetchPairs
testFetchRow ( ) fetchRow
testInsert ( ) Insert Query Builder
testSelect ( ) Select Query Builder
testTransactionFalse ( ) Transaction Fail
testTransactionInvalidCallbackThrowException ( ) Transaction fail
testTransactionTrue ( ) Transaction
testUpdate ( ) Update Query Builder

메소드 상세

setUp() 공개 메소드

setUp
public setUp ( )

tearDown() 공개 메소드

tearDown
public tearDown ( )

testCheckConnect() 공개 메소드

Initial Db with configuration
public testCheckConnect ( )

testCheckConnectException() 공개 메소드

Initial Db with empty configuration

testDelete() 공개 메소드

Delete Query Builder
public testDelete ( )

testFetchAll() 공개 메소드

fetchAll
public testFetchAll ( )

testFetchColumn() 공개 메소드

fetchColumn
public testFetchColumn ( )

testFetchColumnGroup() 공개 메소드

fetchColumnGroup

testFetchGroup() 공개 메소드

fetchGroup
public testFetchGroup ( )

testFetchObjectToDeclaredClass() 공개 메소드

fetchObjects to declared class

testFetchObjectToInstance() 공개 메소드

fetchObject to instance

testFetchObjectToStdClass() 공개 메소드

fetchObject to default class

testFetchObjectsToDeclaredClass() 공개 메소드

fetchObjects to declared class

testFetchObjectsToStdClass() 공개 메소드

fetchObjects to default class

testFetchOne() 공개 메소드

fetchOne
public testFetchOne ( )

testFetchPairs() 공개 메소드

fetchPairs
public testFetchPairs ( )

testFetchRow() 공개 메소드

fetchRow
public testFetchRow ( )

testInsert() 공개 메소드

Insert Query Builder
public testInsert ( )

testSelect() 공개 메소드

Select Query Builder
public testSelect ( )

testTransactionFalse() 공개 메소드

Transaction Fail

testTransactionInvalidCallbackThrowException() 공개 메소드

Transaction fail

testTransactionTrue() 공개 메소드

Transaction
public testTransactionTrue ( )

testUpdate() 공개 메소드

Update Query Builder
public testUpdate ( )

프로퍼티 상세

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

protected Db,Bluz\Db $db
리턴 Bluz\Db\Db