PHP Класс PhpBench\Tests\Unit\Formatter\FormatRegistryTest

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

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

Метод Описание
setUp ( )
testRegisterExisting ( ) It should throw an exception if an attempt is made to add a duplicate format.
testRegisterRetrieve ( ) It should register and retrieve formats.
testUnknownFormatter ( ) It should throw an exception if an unknown formatter is requiested.

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

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

public setUp ( )

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

It should throw an exception if an attempt is made to add a duplicate format.

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

It should register and retrieve formats.

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

It should throw an exception if an unknown formatter is requiested.