You are here

protected function ListWidgetTest::getTestedClassName in Select (or other) 8

Same name and namespace in other branches
  1. 4.x tests/src/Unit/ListWidgetTest.php \Drupal\Tests\select_or_other\Unit\ListWidgetTest::getTestedClassName()

Return value

string The fully qualified class name of the subject under test.

Overrides UnitTestBase::getTestedClassName

File

tests/src/Unit/ListWidgetTest.php, line 24

Class

ListWidgetTest
Tests the form element implementation.

Namespace

Drupal\Tests\select_or_other\Unit

Code

protected function getTestedClassName() {
  return 'Drupal\\select_or_other\\Plugin\\Field\\FieldWidget\\ListWidget';
}