ParaTest\Runners\PHPUnit\BaseRunner::__construct PHP Method

__construct() public method

public __construct ( $opts = [] )
    public function __construct($opts = array())
    {
        $this->options = new Options($opts);
        $this->interpreter = new LogInterpreter();
        $this->printer = new ResultPrinter($this->interpreter);
    }

Usage Example

Beispiel #1
0
 public function __construct($opts = array())
 {
     parent::__construct($opts);
     $this->initTokens();
 }