function ElementsTableSelectTest::testEmptyText

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php \Drupal\Tests\system\Functional\Form\ElementsTableSelectTest::testEmptyText()
  2. 8.9.x core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php \Drupal\Tests\system\Functional\Form\ElementsTableSelectTest::testEmptyText()
  3. 10 core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php \Drupal\Tests\system\Functional\Form\ElementsTableSelectTest::testEmptyText()

Tests the display of the #empty text when #options is an empty array.

File

core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php, line 92

Class

ElementsTableSelectTest
Tests the tableselect form element for expected behavior.

Namespace

Drupal\Tests\system\Functional\Form

Code

public function testEmptyText() : void {
    $this->drupalGet('form_test/tableselect/empty-text');
    $this->assertSession()
        ->pageTextContains('Empty text.');
}

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