PHP Class mageekguy\atoum\test\engines\concurrent

Inheritance: extends mageekguy\atoum\test\engine
ファイルを表示 Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$method
$php
$scoreFactory
$test

Public Methods

Method Description
__construct ( )
getPhp ( )
getScore ( )
getScoreFactory ( )
isAsynchronous ( )
run ( test $test )
setPhp ( mageekguy\atoum\php $php = null )
setScoreFactory ( closure $factory = null )

Method Details

__construct() public method

public __construct ( )

getPhp() public method

public getPhp ( )

getScore() public method

public getScore ( )

getScoreFactory() public method

public getScoreFactory ( )

isAsynchronous() public method

public isAsynchronous ( )

run() public method

public run ( test $test )
$test mageekguy\atoum\test

setPhp() public method

public setPhp ( mageekguy\atoum\php $php = null )
$php mageekguy\atoum\php

setScoreFactory() public method

public setScoreFactory ( closure $factory = null )
$factory closure

Property Details

$method protected_oe property

protected $method

$php protected_oe property

protected $php

$scoreFactory protected_oe property

protected $scoreFactory

$test protected_oe property

protected $test