You are here

FileFieldTestBaseTrait.php in Drupal 8

File

core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/FileFieldTestBaseTrait.php
View source
<?php

namespace Drupal\TestTools\PhpUnitCompatibility\PhpUnit7;


/**
 * Makes Drupal's test API forward compatible with multiple versions of PHPUnit.
 */
trait FileFieldTestBaseTrait {

}

Traits

Namesort descending Description
FileFieldTestBaseTrait Makes Drupal's test API forward compatible with multiple versions of PHPUnit.