PhpBench\Extensions\Dbal\Storage\Driver\Dbal\Schema::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->createRun();
        $this->createSubject();
        $this->createVariant();
        $this->createParameter();
        $this->createVariantParameter();
        $this->createGroupSubject();
        $this->createEnvironment();
        $this->createIteration();
        $this->createVersion();
    }