PHP Class Phalcon\Test\Cache\Backend\DatabaseTest

Author: Nikita Vershinin ([email protected])
Inheritance: extends Codeception\TestCase\Test
Afficher le fichier Open project: phalcon/incubator

Protected Properties

Свойство Type Description
$data
$key
$tester UnitTester UnitTester Object

Méthodes publiques

Méthode Description
incorrectDbProvider ( )
testNotPrefixed ( )
testPrefixed ( )
testShouldThrowExceptionIfDbIsMissingOrInvalid ( array $options )

Méthodes protégées

Méthode Description
_after ( ) executed after each test
_before ( ) executed before each test
getBackend ( $prefix = '' )
runTests ( Database $backend, $lifetime = null )

Method Details

_after() protected méthode

executed after each test
protected _after ( )

_before() protected méthode

executed before each test
protected _before ( )

getBackend() protected méthode

protected getBackend ( $prefix = '' )

incorrectDbProvider() public méthode

public incorrectDbProvider ( )

runTests() protected méthode

protected runTests ( Database $backend, $lifetime = null )
$backend Phalcon\Cache\Backend\Database

testNotPrefixed() public méthode

public testNotPrefixed ( )

testPrefixed() public méthode

public testPrefixed ( )

testShouldThrowExceptionIfDbIsMissingOrInvalid() public méthode

Property Details

$data protected_oe property

protected $data

$key protected_oe property

protected $key

$tester protected_oe property

UnitTester Object
protected UnitTester $tester
Résultat UnitTester