PHP Class PhpBench\Extensions\XDebug\Tests\System\TraceCommandTest

Inheritance: extends XDebugTestCase
Show file Open project: dantleech/phpbench

Public Methods

Method Description
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.

Method Details

testCommand() public method

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

testDumpTrace() public method

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

testDumpTraceFilter() public method

It should show the arguments.
public testDumpTraceFilter ( )

testDumpTraceNoBenchmarkFilter() public method

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

testDumpTraceOutDir() public method

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

testDumpTraceShowArgs() public method

It should show the arguments.