diff --git a/core/modules/ckeditor5/tests/src/Unit/VersionTest.php b/core/modules/ckeditor5/tests/src/Unit/VersionTest.php new file mode 100644 index 00000000000..fb6bbaa4d57 --- /dev/null +++ b/core/modules/ckeditor5/tests/src/Unit/VersionTest.php @@ -0,0 +1,24 @@ + str_starts_with($key, '@ckeditor/ckeditor5-'), ARRAY_FILTER_USE_KEY); + $this->assertCount(1, array_unique($ckeditor_dependencies)); + } + +}