PHP Class PhpBench\Extensions\XDebug\Tests\Unit\Executor\TraceExecutorTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: dantleech/phpbench

Public Methods

Method Description
setUp ( )
testLaunchPayload ( ) It should launch the payload.
testNoTraceGenerated ( ) It should throw an exception if the trace file was not generated.

Method Details

setUp() public method

public setUp ( )

testLaunchPayload() public method

It should launch the payload.
public testLaunchPayload ( )

testNoTraceGenerated() public method

It should remove any existing trace file.