protected property TermLevelFieldTest::$levels in Term Level Field 8
The term level field levels used in the test.
Type: array
File
- tests/
src/ Functional/ TermLevelFieldTest.php, line 48  
Class
- TermLevelFieldTest
 - Tests the functionality of Term level field type in BrowserTestBase tests.
 
Namespace
Drupal\Tests\term_level\FunctionalCode
protected $levels = [
  0 => 'n/a',
  3 => 'Basic',
  6 => 'Intermediate',
  9 => 'Expert',
];