N°7659 - Remove utils::GetClassesForInterface (#732)

This commit is contained in:
Benjamin Dalsass
2025-08-12 14:06:26 +02:00
committed by GitHub
parent 71386198cf
commit 1458ba877b
2 changed files with 0 additions and 28 deletions

View File

@@ -18,7 +18,6 @@ use utils;
class ApplicationExtensionTest extends ItopCustomDatamodelTestCase
{
protected const ENUM_API_CALL_METHOD_ENUMPLUGINS = 'MetaModel::EnumPlugins';
protected const ENUM_API_CALL_METHOD_GETCLASSESFORINTERFACE = 'utils::GetClassesForInterface';
/**
* @inheritDoc
@@ -143,10 +142,6 @@ class ApplicationExtensionTest extends ItopCustomDatamodelTestCase
\iOnClassInitialization::class,
static::ENUM_API_CALL_METHOD_ENUMPLUGINS,
],
\iFieldRendererMappingsExtension::class => [
\iFieldRendererMappingsExtension::class,
static::ENUM_API_CALL_METHOD_GETCLASSESFORINTERFACE,
],
\iModuleExtension::class => [
\iModuleExtension::class,
static::ENUM_API_CALL_METHOD_ENUMPLUGINS,
@@ -159,14 +154,6 @@ class ApplicationExtensionTest extends ItopCustomDatamodelTestCase
\ModuleHandlerApiInterface::class,
static::ENUM_API_CALL_METHOD_ENUMPLUGINS,
],
\iNewsroomProvider::class => [
\iNewsroomProvider::class,
static::ENUM_API_CALL_METHOD_GETCLASSESFORINTERFACE,
],
\iBackupExtraFilesExtension::class => [
\iBackupExtraFilesExtension::class,
static::ENUM_API_CALL_METHOD_GETCLASSESFORINTERFACE,
],
];
}
}