public function UITest::setUp in Entity Construction Kit (ECK) 8
Overrides FunctionalTestBase::setUp
File
- tests/
src/ Functional/ UITest.php, line 24
Class
- UITest
- Tests if eck's UI elements are working properly.
Namespace
Drupal\Tests\eck\FunctionalCode
public function setUp() {
parent::setUp();
// Place the actions block, to test if the actions are placed correctly.
$this
->drupalPlaceBlock('local_actions_block');
}