You are here

protected property NodeYesNoWidgetTest::$labels in Rate 8

Same name in this branch
  1. 8 tests/src/Functional/NodeYesNoWidgetTest.php \Drupal\Tests\rate\Functional\NodeYesNoWidgetTest::labels
  2. 8 tests/src/FunctionalJavascript/NodeYesNoWidgetTest.php \Drupal\Tests\rate\FunctionalJavascript\NodeYesNoWidgetTest::labels

An array of link labels, e.g. ['Up', 'Down'].

Type: array

Overrides RateNodeWidgetTestBase::$labels

File

tests/src/Functional/NodeYesNoWidgetTest.php, line 20

Class

NodeYesNoWidgetTest
Tests for the "Yes / No" widget.

Namespace

Drupal\Tests\rate\Functional

Code

protected $labels = [
  'Yes',
  'No',
];