You are here

private function RunnerVersion::__construct in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php \Drupal\TestTools\PhpUnitCompatibility\RunnerVersion::__construct()

This class should not be instantiated.

File

core/tests/Drupal/TestTools/PhpUnitCompatibility/RunnerVersion.php, line 17

Class

RunnerVersion
Helper class to determine information about running PHPUnit version.

Namespace

Drupal\TestTools\PhpUnitCompatibility

Code

private function __construct() {
}