File
- drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php, line 139
- Definition of \Drupal\ckeditor\Tests\CKEditorLoadingTest.
Class
- CKEditorLoadingTest
- Tests loading of CKEditor.
Namespace
Drupal\ckeditor\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")]'),
);
}