diff --git a/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php b/core/modules/ckeditor/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php similarity index 98% rename from core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php rename to core/modules/ckeditor/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php index b50297eee5648ddcc1a80c5fb61ffb911debdf3f..3500ef1a4f6691cafb2bc2ff82d82aa807bea703 100644 --- a/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php +++ b/core/modules/ckeditor/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php @@ -1,6 +1,6 @@ <?php -namespace Drupal\Tests\inline_form_errors\FunctionalJavascript; +namespace Drupal\Tests\ckeditor\FunctionalJavascript; use Drupal\Core\Entity\Entity\EntityFormDisplay; use Drupal\editor\Entity\Editor;