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

Breadcrumb

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

function PhpUnitTestRunner::__construct

Constructs a test runner.

Parameters

string $appRoot: Path to the application root.

string $workingDirectory: Path to the working directory. JUnit log files will be stored in this directory.

File

core/lib/Drupal/Core/Test/PhpUnitTestRunner.php, line 40

Class

PhpUnitTestRunner
Run PHPUnit-based tests.

Namespace

Drupal\Core\Test

Code

public function __construct(string $appRoot, string $workingDirectory) {
}

API Navigation

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