public function SettingsTrayBlockFormTest::testBlocks in Drupal 8
Same name and namespace in other branches
- 9 core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php \Drupal\Tests\settings_tray\FunctionalJavascript\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 50
Class
- SettingsTrayBlockFormTest
- Testing opening and saving block forms in the off-canvas dialog.
Namespace
Drupal\Tests\settings_tray\FunctionalJavascriptCode
public function testBlocks() {
foreach ($this
->getBlockTests() as $test) {
call_user_func_array([
$this,
'doTestBlocks',
], $test);
}
}