PHP Class ParaTest\Runners\PHPUnit\RunnerIntegrationTest

Inheritance: extends TestBase
Show file Open project: brianium/paratest

Protected Properties

Property Type Description
$options array
$runner Runner

Public Methods

Method Description
assertJunitXmlIsCorrect ( $path )
testLogJUnitCreatesXmlFile ( )
testRunningTestsShouldLeaveNoTempFiles ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Private Methods

Method Description
globTempDir ( $pattern )

Method Details

assertJunitXmlIsCorrect() public method

public assertJunitXmlIsCorrect ( $path )

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testLogJUnitCreatesXmlFile() public method

testRunningTestsShouldLeaveNoTempFiles() public method

Property Details

$options protected property

protected array $options
return array

$runner protected property

protected Runner,ParaTest\Runners\PHPUnit $runner
return Runner