PHP Класс Alltube\Test\ConfigTest

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

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

Метод Описание
testGetInstance ( ) : void Test the getInstance function.
testGetInstanceWithEnv ( ) : void Test the getInstance function with the CONVERT environment variable.
testGetInstanceWithMissingFile ( ) : void Test the getInstance function with a missing config file.

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

Метод Описание
setUp ( ) Prepare tests.

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

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

Prepare tests.
protected setUp ( )

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

Test the getInstance function.
public testGetInstance ( ) : void
Результат void

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

Test the getInstance function with the CONVERT environment variable.
public testGetInstanceWithEnv ( ) : void
Результат void

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

Test the getInstance function with a missing config file.
public testGetInstanceWithMissingFile ( ) : void
Результат void