PHP Class mageekguy\atoum\test\engines\concurrent

Inheritance: extends mageekguy\atoum\test\engine
Afficher le fichier Open project: atoum/atoum Class Usage Examples

Protected Properties

Свойство Type Description
$method
$php
$scoreFactory
$test

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( )

getPhp() public méthode

public getPhp ( )

getScore() public méthode

public getScore ( )

getScoreFactory() public méthode

public getScoreFactory ( )

isAsynchronous() public méthode

public isAsynchronous ( )

run() public méthode

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

setPhp() public méthode

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

setScoreFactory() public méthode

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