PHP Class Cascade\Tests\ConfigTest

Author: Raphael Antonmattei ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: theorchard/monolog-cascade

Public Methods

Method Description
testConfigure ( )
testConfigureWithNoLoggers ( ) Test configure throwing an exception due to missing 'loggers' key
testLoad ( ) Testing contructor and load functions
testLoggersConfigured ( )

Method Details

testConfigure() public method

public testConfigure ( )

testConfigureWithNoLoggers() public method

Test configure throwing an exception due to missing 'loggers' key

testLoad() public method

Testing contructor and load functions
public testLoad ( )

testLoggersConfigured() public method