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

Inheritance: extends XDebugTestCase
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode 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 méthode

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

testDumpTrace() public méthode

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

testDumpTraceFilter() public méthode

It should show the arguments.
public testDumpTraceFilter ( )

testDumpTraceNoBenchmarkFilter() public méthode

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

testDumpTraceOutDir() public méthode

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

testDumpTraceShowArgs() public méthode

It should show the arguments.