function SettingsTrayBlockFormTest::testBlocks
Tests opening off-canvas dialog by click blocks and elements in the blocks.
File
-
core/
modules/ settings_tray/ tests/ src/ FunctionalJavascript/ SettingsTrayBlockFormTest.php, line 53
Class
- SettingsTrayBlockFormTest
- Testing opening and saving block forms in the off-canvas dialog.
Namespace
Drupal\Tests\settings_tray\FunctionalJavascriptCode
public function testBlocks() : void {
foreach ($this->getBlockTests() as $test) {
call_user_func_array([
$this,
'doTestBlocks',
], array_values($test));
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.