PHP Класс RedUNIT\Blackhole\Debug

Tests debugging functions and checks whether the output of the debugger displays the correct information.
Автор: Gabor de Mooij and the RedBeanPHP Community
Наследование: extends RedUNIT\Blackhole
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

testDebug2InFacade() публичный Метод

Test facade fancyDebug function
public testDebug2InFacade ( )

testDebugger2() публичный Метод

Tests debugging with parameters.
public testDebugger2 ( ) : void
Результат void

testDump() публичный Метод

Tests the bean dump function used to inspect the contents of a bean.
public testDump ( ) : void
Результат void