You are here

protected property NodeFivestarWidgetTest::$labels in Rate 8

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

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

Type: array

Overrides RateNodeWidgetTestBase::$labels

File

tests/src/Functional/NodeFivestarWidgetTest.php, line 24

Class

NodeFivestarWidgetTest
Tests for the "Fivestar" widget.

Namespace

Drupal\Tests\rate\Functional

Code

protected $labels = [
  'Star',
];