PHP Class ZF2rapidTest\Task\Setup\ConfigFileTest

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: zfrapid/zf2rapid

Public Methods

Method Description
testInstantiation ( ) Test instantiation of class
testNoProjectPathSet ( ) Test no project path is set
testUnwritableProjectPathSet ( ) Test with unwritable project path t
testWithExistingFile ( ) Test with existing file
testWithNonExistingFile ( ) Test with non existing file

Protected Methods

Method Description
setUp ( ) Sets up the fixture, for example, open a network connection.
tearDown ( ) Tears down the fixture, for example, close a network connection.

Method Details

setUp() protected method

This method is called before a test is executed.
protected setUp ( )

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( )

testInstantiation() public method

Test instantiation of class
public testInstantiation ( )

testNoProjectPathSet() public method

Test no project path is set

testUnwritableProjectPathSet() public method

Test with unwritable project path t

testWithExistingFile() public method

Test with existing file

testWithNonExistingFile() public method

Test with non existing file