protected property NodeYesNoWidgetTest::$labels in Rate 8
Same name in this branch
- 8 tests/src/Functional/NodeYesNoWidgetTest.php \Drupal\Tests\rate\Functional\NodeYesNoWidgetTest::labels
- 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\FunctionalCode
protected $labels = [
'Yes',
'No',
];