You are here

public function ListTest::testEmptyOption in Select (or other) 4.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/ListTest.php \Drupal\Tests\select_or_other\Functional\ListTest::testEmptyOption()

Make sure an empty option is present when relevant.

Overrides TestBase::testEmptyOption

File

tests/src/Functional/ListTest.php, line 33

Class

ListTest
Tests the the functionality of the Reference widget.

Namespace

Drupal\Tests\select_or_other\Functional

Code

public function testEmptyOption($empty_option = '') {
  parent::testEmptyOption('My cool new value');
}