FileFieldTestBaseTrait.php

Same filename in this branch
  1. 8.9.x core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/FileFieldTestBaseTrait.php

Namespace

Drupal\TestTools\PhpUnitCompatibility\PhpUnit7

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 {
    // @todo remove in Drupal 9.

}

Traits

Title Deprecated Summary
FileFieldTestBaseTrait Makes Drupal's test API forward compatible with multiple versions of PHPUnit.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.