예제 #1
0
 /**
  * @param string $cwd
  * @param Test $test
  * @param TestRunListener $listener
  */
 function __construct($cwd, Test $test, TestRunListener $listener)
 {
     parent::__construct(new Factory(), $cwd, []);
     $this->test = $test;
     $this->listener = $listener;
 }