You are here

TestCompatibilityTrait.php in Drupal 9

File

core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit8/TestCompatibilityTrait.php
View source
<?php

namespace Drupal\TestTools\PhpUnitCompatibility\PhpUnit8;


/**
 * Drupal's forward compatibility layer with multiple versions of PHPUnit.
 */
trait TestCompatibilityTrait {

}

Traits

Namesort descending Description
TestCompatibilityTrait Drupal's forward compatibility layer with multiple versions of PHPUnit.