PHP Class Gc\Session\SaveHandler\DbTableGatewayTest

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

Protected Properties

Property Type Description
$adapter Zend\Db\TableGateway\TableGateway
$object DbTableGateway
$testarray array

Public Methods

Method Description
testReadWithLifetimeExpired ( ) : void Test
testReadWrite ( ) : void Test
testWrite ( ) : 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

testReadWithLifetimeExpired() public method

Test
public testReadWithLifetimeExpired ( ) : void
return void

testReadWrite() public method

Test
public testReadWrite ( ) : void
return void

testWrite() public method

Test
public testWrite ( ) : void
return void

Property Details

$adapter protected_oe property

protected TableGateway,Zend\Db\TableGateway $adapter
return Zend\Db\TableGateway\TableGateway

$object protected_oe property

protected DbTableGateway,Gc\Session\SaveHandler $object
return DbTableGateway

$testarray protected_oe property

protected array $testarray
return array