function ModerationStateFieldItemListTest::testArrayIndex
Tests the field item list when accessing an index.
File
-
core/
modules/ content_moderation/ tests/ src/ Kernel/ ModerationStateFieldItemListTest.php, line 79
Class
- ModerationStateFieldItemListTest
- @coversDefaultClass \Drupal\content_moderation\Plugin\Field\ModerationStateFieldItemList[[api-linebreak]]
Namespace
Drupal\Tests\content_moderation\KernelCode
public function testArrayIndex() {
$this->assertFalse($this->testNode
->isPublished());
$this->assertEquals('draft', $this->testNode->moderation_state[0]->value);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.