File
- drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php, line 155
- Definition of \Drupal\editor\Tests\EditorLoadingTest.
Class
- EditorLoadingTest
- Tests loading of text editors.
Namespace
Drupal\editor\Tests
Code
protected function getThingsToCheck() {
$settings = $this
->drupalGetSettings();
return array(
$settings,
isset($settings['editor']),
isset($settings['ajaxPageState']['js']['core/modules/editor/js/editor.js']),
$this
->xpath('//textarea[@id="edit-body-und-0-value"]'),
$this
->xpath('//select[contains(@class, "filter-list")]'),
);
}