PHP Class Alltube\Test\ConfigTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: rudloff/alltube

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
setUp ( ) Prepare tests.

Method Details

setUp() protected méthode

Prepare tests.
protected setUp ( )

testGetInstance() public méthode

Test the getInstance function.
public testGetInstance ( ) : void
Résultat void

testGetInstanceWithEnv() public méthode

Test the getInstance function with the CONVERT environment variable.
public testGetInstanceWithEnv ( ) : void
Résultat void

testGetInstanceWithMissingFile() public méthode

Test the getInstance function with a missing config file.
public testGetInstanceWithMissingFile ( ) : void
Résultat void