N°5298 - Upgrade CKEditor to version 5

- restore broken test for CKEditor resources check
This commit is contained in:
Benjamin Dalsass
2024-05-28 08:29:40 +02:00
parent 7769e5e116
commit e6c3744aaa
2 changed files with 35 additions and 1 deletions

View File

@@ -29,7 +29,6 @@ class WebResourcesHelperTest extends ItopTestCase
public function CheckFilesExistProvider(): array
{
return [
'GetJSFilesRelPathsForCKEditor' => ['GetJSFilesRelPathsForCKEditor'],
'GetCSSFilesRelPathsForC3JS' => ['GetCSSFilesRelPathsForC3JS'],
'GetJSFilesRelPathsForC3JS' => ['GetJSFilesRelPathsForC3JS'],
];