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

Breadcrumb

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

function Configuration::hasBootstrap

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

@psalm-assert-if-true !null $this->bootstrap

1 call to Configuration::hasBootstrap()
Configuration::bootstrap in vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php

File

vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php, line 328

Class

Configuration
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Namespace

PHPUnit\TextUI\CliArguments

Code

public function hasBootstrap() : bool {
    return $this->bootstrap !== null;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal