You are here

protected property TermLevelFieldTest::$termNames in Term Level Field 8

The taxonomy term names used in the test.

Type: array

File

tests/src/Functional/TermLevelFieldTest.php, line 37

Class

TermLevelFieldTest
Tests the functionality of Term level field type in BrowserTestBase tests.

Namespace

Drupal\Tests\term_level\Functional

Code

protected $termNames = [
  'Nginx',
  'Drupal 8',
  'Javascript',
];