protected function CKEditorTest::getDefaultContentsCssConfig

2 calls to CKEditorTest::getDefaultContentsCssConfig()
CKEditorTest::testBuildContentsCssJSSetting in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::buildContentsCssJSSetting().
CKEditorTest::testGetJSSettings in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::getJSSettings().

File

drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php, line 244
Definition of \Drupal\ckeditor\Tests\CKEditorTest.

Class

CKEditorTest
Tests for the 'CKEditor' text editor plugin.

Namespace

Drupal\ckeditor\Tests

Code

protected function getDefaultContentsCssConfig() {
  return array(
    file_create_url('core/modules/ckeditor/css/ckeditor-iframe.css'),
  );
}