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

Breadcrumb

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

function GlobalState::getIncludedFilesAsString

Throws

Exception

1 call to GlobalState::getIncludedFilesAsString()
TestRunner::runInSeparateProcess in vendor/phpunit/phpunit/src/Framework/TestRunner.php

File

vendor/phpunit/phpunit/src/Util/GlobalState.php, line 130

Class

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

Namespace

PHPUnit\Util

Code

public static function getIncludedFilesAsString() : string {
    return self::processIncludedFilesAsString(get_included_files());
}
RSS feed
Powered by Drupal