PHP Класс PhpBench\Extensions\XDebug\Tests\System\TraceCommandTest

Наследование: extends XDebugTestCase
Показать файл Открыть проект

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

Метод Описание
testCommand ( ) It should run when given a path.
testDumpTrace ( ) It should produce an XML dump of the trace.
testDumpTraceFilter ( ) It should show the arguments.
testDumpTraceNoBenchmarkFilter ( ) It should be able to not filter out the benchmarking infrastructure.
testDumpTraceOutDir ( ) It should dump the trace into a specific directory.
testDumpTraceShowArgs ( ) It should show the arguments.

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

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

It should show the default (simple) report.
public testCommand ( )

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

It should produce an XML dump of the trace.
public testDumpTrace ( )

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

It should show the arguments.
public testDumpTraceFilter ( )

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

It should be able to not filter out the benchmarking infrastructure.

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

It should dump the trace into a specific directory.
public testDumpTraceOutDir ( )

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

It should show the arguments.