PHP Class RedUNIT\Blackhole\Debug

Tests debugging functions and checks whether the output of the debugger displays the correct information.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Blackhole
Afficher le fichier Open project: gabordemooij/redbean

Méthodes publiques

Méthode Description
testDebug2InFacade ( ) Test facade fancyDebug function
testDebugger2 ( ) : void Tests debugging with parameters.
testDump ( ) : void Tests the bean dump function used to inspect the contents of a bean.

Private Methods

Méthode Description
testDebug ( string $query, mixed $bindings = NULL, string $expected ) : void Given a query, a set of bindings and an expected outcome, this method tests the result of the debugger.

Method Details

testDebug2InFacade() public méthode

Test facade fancyDebug function
public testDebug2InFacade ( )

testDebugger2() public méthode

Tests debugging with parameters.
public testDebugger2 ( ) : void
Résultat void

testDump() public méthode

Tests the bean dump function used to inspect the contents of a bean.
public testDump ( ) : void
Résultat void