PHP Class DotenvReaderTest

Inheritance: extends TestCase
Show file Open project: ngmy/webloyer

Protected Properties

Property Type Description
$rootDir

Public Methods

Method Description
setUp ( )
test_Should_GetConfigValue_When_ConfigExistsAndValueHasWhitespaces ( )
test_Should_GetConfigValue_When_ConfigExistsAndValueIsNotEmpty ( )
test_Should_GetConfigValue_When_ConfigExistsAndValueIsSingleQuoted ( )
test_Should_GetNull_When_ConfigDoesNotExist ( )
test_Should_GetNull_When_ConfigExistsAndValueIsEmpty ( )

Method Details

setUp() public method

public setUp ( )

test_Should_GetConfigValue_When_ConfigExistsAndValueHasWhitespaces() public method

test_Should_GetConfigValue_When_ConfigExistsAndValueIsNotEmpty() public method

test_Should_GetConfigValue_When_ConfigExistsAndValueIsSingleQuoted() public method

test_Should_GetNull_When_ConfigDoesNotExist() public method

test_Should_GetNull_When_ConfigExistsAndValueIsEmpty() public method

Property Details

$rootDir protected property

protected $rootDir