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

__construct() public method

public __construct ( $options = null )
    public function __construct($options = null)
    {
        if ($options && !$options instanceof Options) {
            throw new \InvalidArgumentException("SuiteLoader options must be null or of type Options");
        }
        $this->options = $options;
    }