Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Configuration.php

function Configuration::bootstrap

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php \PHPUnit\TextUI\CliArguments\Configuration::bootstrap()

Throws

NoBootstrapException

File

vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php, line 333

Class

Configuration
@psalm-immutable

Namespace

PHPUnit\TextUI\Configuration

Code

public function bootstrap() : string {
    if (!$this->hasBootstrap()) {
        throw new NoBootstrapException();
    }
    return $this->bootstrap;
}
RSS feed
Powered by Drupal