mageekguy\atoum\test\engines\concurrent::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( )
    public function __construct()
    {
        $this->setScoreFactory()->setPhp();
    }

Usage Example

예제 #1
0
파일: isolate.php 프로젝트: xihewang/atoum
 public function __construct(atoum\score $score = null)
 {
     parent::__construct($score);
 }