PHP Class RedUNIT\Base\Logging

Tests the Query Logging tools that are part of RedBeanPHP.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Base
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testBasicLogging ( ) : void Test basic logging functionality.
testCanSetLogger ( ) : void Can we manually set a logger and enable logging?
testQueryCount ( ) : void Test query counter.

Method Details

testBasicLogging() public method

Test basic logging functionality.
public testBasicLogging ( ) : void
return void

testCanSetLogger() public method

Can we manually set a logger and enable logging?
public testCanSetLogger ( ) : void
return void

testQueryCount() public method

Test query counter.
public testQueryCount ( ) : void
return void