PHP Class Gc\Session\SaveHandler\DbTableGatewayTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: gotcms/gotcms

Protected Properties

Свойство Type Description
$adapter Zend\Db\TableGateway\TableGateway
$object DbTableGateway
$testarray array

Méthodes publiques

Méthode Description
testReadWithLifetimeExpired ( ) : void Test
testReadWrite ( ) : void Test
testWrite ( ) : void Test

Méthodes protégées

Méthode 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 méthode

This method is called before a test is executed.
protected setUp ( ) : void
Résultat void

tearDown() protected méthode

This method is called after a test is executed.
protected tearDown ( ) : void
Résultat void

testReadWithLifetimeExpired() public méthode

Test
public testReadWithLifetimeExpired ( ) : void
Résultat void

testReadWrite() public méthode

Test
public testReadWrite ( ) : void
Résultat void

testWrite() public méthode

Test
public testWrite ( ) : void
Résultat void

Property Details

$adapter protected_oe property

protected TableGateway,Zend\Db\TableGateway $adapter
Résultat Zend\Db\TableGateway\TableGateway

$object protected_oe property

protected DbTableGateway,Gc\Session\SaveHandler $object
Résultat DbTableGateway

$testarray protected_oe property

protected array $testarray
Résultat array