PHP 클래스 mageekguy\atoum\test\engines\concurrent

상속: extends mageekguy\atoum\test\engine
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$method
$php
$scoreFactory
$test

공개 메소드들

메소드 설명
__construct ( )
getPhp ( )
getScore ( )
getScoreFactory ( )
isAsynchronous ( )
run ( test $test )
setPhp ( mageekguy\atoum\php $php = null )
setScoreFactory ( closure $factory = null )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getPhp() 공개 메소드

public getPhp ( )

getScore() 공개 메소드

public getScore ( )

getScoreFactory() 공개 메소드

public getScoreFactory ( )

isAsynchronous() 공개 메소드

public isAsynchronous ( )

run() 공개 메소드

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

setPhp() 공개 메소드

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

setScoreFactory() 공개 메소드

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

프로퍼티 상세

$method 보호되어 있는 프로퍼티

protected $method

$php 보호되어 있는 프로퍼티

protected $php

$scoreFactory 보호되어 있는 프로퍼티

protected $scoreFactory

$test 보호되어 있는 프로퍼티

protected $test