PHP Class Gc\Module\AbstractModuleTest

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

Protected Properties

Property Type Description
$object AbstractModule

Public Methods

Method Description
testGetAdapter ( ) : void Test
testGetDriverName ( ) : void Test
testUpdate ( ) : void Test

Protected Methods

Method Description
getMethod ( string $name ) : mixed Retrieve protected method
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

getMethod() protected method

Retrieve protected method
protected getMethod ( string $name ) : mixed
$name string Name
return mixed

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

testGetAdapter() public method

Test
public testGetAdapter ( ) : void
return void

testGetDriverName() public method

Test
public testGetDriverName ( ) : void
return void

testUpdate() public method

Test
public testUpdate ( ) : void
return void

Property Details

$object protected_oe property

protected AbstractModule,Gc\Module $object
return AbstractModule