ParaTest\Runners\PHPUnit\WrapperRunner::load PHP Method

load() protected method

protected load ( )
    protected function load()
    {
        if ($this->options->functional) {
            throw new \RuntimeException("The `functional` option is not supported yet in the WrapperRunner. Only full classes can be run due to the current PHPUnit commands causing classloading issues.");
        }
        parent::load();
    }