Problem/Motivation

In core\modules\simpletest\src\DrupalUnitTestBase.php:

<?php
/**
 * Base class for integration tests.
 *
 * @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
 *   Use \Drupal\simpletest\KernelTestBase.
 */
?>

Proposed resolution

Replace extend of deprecated DrupalUnitTestBase with KernelTestBase for the following test cases:
ckeditor/src/Tests/CKEditorPluginManagerTest.php:use Drupal\simpletest\DrupalUnitTestBase;
ckeditor/src/Tests/CKEditorTest.php:use Drupal\simpletest\DrupalUnitTestBase;

Comments

mitrpaka’s picture

mitrpaka’s picture

Title: Replace extend of deprecated DrupalUnitTestBase with KernelTestBase » Replace extend of deprecated DrupalUnitTestBase with KernelTestBase in CKEditor
mitrpaka’s picture

Status: Active » Needs review
wim leers’s picture

Priority: Normal » Minor
Status: Needs review » Reviewed & tested by the community
Issue tags: -Amsterdam2014 +Amsterdam 2014, +Quickfix, +Trivial patch of the month

Thanks! :)

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 5ef6584 and pushed to 8.0.x. Thanks!

  • alexpott committed 5ef6584 on 8.0.x
    Issue #2350289 by mitrpaka: Replace extend of deprecated...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

yesct’s picture

Issue tags: -Amsterdam 2014 +Amsterdam2014