PHP Класс Gc\Mvc\Factory\CacheFactoryTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

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

Свойство Тип Описание
$object CacheListener

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

Метод Описание
testCreateServiceWithFileApc ( ) : void Test
testCreateServiceWithFileMemcached ( ) : void Test
testCreateServiceWithFileSystem ( ) : void Test

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

Метод Описание
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

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

setUp() защищенный Метод

This method is called before a test is executed.
protected setUp ( ) : void
Результат void

tearDown() защищенный Метод

This method is called after a test is executed.
protected tearDown ( ) : void
Результат void

testCreateServiceWithFileApc() публичный Метод

Test
public testCreateServiceWithFileApc ( ) : void
Результат void

testCreateServiceWithFileMemcached() публичный Метод

Test
public testCreateServiceWithFileMemcached ( ) : void
Результат void

testCreateServiceWithFileSystem() публичный Метод

Test
public testCreateServiceWithFileSystem ( ) : void
Результат void

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

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

protected CacheListener $object
Результат CacheListener