PHP Class Gc\Db\AbstractTableTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: gotcms/gotcms

Protected Properties

Property Type Description
$object AbstractTable

Public Methods

Method Description
testCall ( ) : void Test
testEvents ( ) : void Test
testExecute ( ) : void Test
testFetchAll ( ) : void Test
testFetchAllFromQuery ( ) : void Test
testFetchOne ( ) : void Test
testFetchOneFromQuery ( ) : void Test
testFetchOneWitthFakeOption ( ) : void Test
testFetchRow ( ) : void Test
testFetchRowFromQuery ( ) : void Test
testGetDriverName ( ) : void Test
testGetLastInsertId ( ) : void Test

Protected Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

Method Details

setUp() protected method

This method is called before a test is executed.
protected setUp ( ) : void
return void

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( ) : void
return void

testCall() public method

Test
public testCall ( ) : void
return void

testEvents() public method

Test
public testEvents ( ) : void
return void

testExecute() public method

Test
public testExecute ( ) : void
return void

testFetchAll() public method

Test
public testFetchAll ( ) : void
return void

testFetchAllFromQuery() public method

Test
public testFetchAllFromQuery ( ) : void
return void

testFetchOne() public method

Test
public testFetchOne ( ) : void
return void

testFetchOneFromQuery() public method

Test
public testFetchOneFromQuery ( ) : void
return void

testFetchOneWitthFakeOption() public method

Test
public testFetchOneWitthFakeOption ( ) : void
return void

testFetchRow() public method

Test
public testFetchRow ( ) : void
return void

testFetchRowFromQuery() public method

Test
public testFetchRowFromQuery ( ) : void
return void

testGetDriverName() public method

Test
public testGetDriverName ( ) : void
return void

testGetLastInsertId() public method

Test
public testGetLastInsertId ( ) : void
return void

Property Details

$object protected_oe property

protected AbstractTable,Gc\Db $object
return AbstractTable