PHP Класс Phalcon\Test\Annotations\Adapter\RedisTest

Автор: Serghei Iakovlev ([email protected])
Наследование: extends Codeception\TestCase\Test
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$tester UnitTester UnitTester Object

Открытые методы

Метод Описание
providerConstructor ( )
providerKey ( )
providerReadWrite ( )
testHasRedis ( )
testShouldCreateRedisAdapterInstanceAndSetOptions ( array $options, array $expected )
testShouldGetCacheBackendThroughGetter ( )
testShouldGetCacheBackendThroughReflectionSetter ( )
testShouldPrepareKey ( mixed $key )
testShouldReadAndWriteToRedisWithPrefix ( string $key, mixed $data )
testShouldReadAndWriteToRedisWithoutPrefix ( string $key, mixed $data )

Защищенные методы

Метод Описание
_after ( ) executed after each test
_before ( ) executed before each test

Описание методов

_after() защищенный метод

executed after each test
protected _after ( )

_before() защищенный метод

executed before each test
protected _before ( )

providerConstructor() публичный метод

public providerConstructor ( )

providerKey() публичный метод

public providerKey ( )

providerReadWrite() публичный метод

public providerReadWrite ( )

testHasRedis() публичный метод

public testHasRedis ( )

testShouldCreateRedisAdapterInstanceAndSetOptions() публичный метод

public testShouldCreateRedisAdapterInstanceAndSetOptions ( array $options, array $expected )
$options array
$expected array

testShouldGetCacheBackendThroughGetter() публичный метод

testShouldGetCacheBackendThroughReflectionSetter() публичный метод

testShouldPrepareKey() публичный метод

public testShouldPrepareKey ( mixed $key )
$key mixed

testShouldReadAndWriteToRedisWithPrefix() публичный метод

testShouldReadAndWriteToRedisWithoutPrefix() публичный метод

Описание свойств

$tester защищенное свойство

UnitTester Object
protected UnitTester $tester
Результат UnitTester