mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
N°6436 - Add unit test for API introduced in 3.1 (\iFieldRendererMappingsExtension)
This commit is contained in:
@@ -306,6 +306,19 @@ class ExampleFor_iOnClassInitialization implements \iOnClassInitialization
|
||||
{
|
||||
// Do nothing, we just need the class to exists for the unit test
|
||||
}
|
||||
}
|
||||
]]></content>
|
||||
</snippet>
|
||||
<snippet id="ExampleFor_iFieldRendererMappingsExtension" _delta="define">
|
||||
<placement>core</placement>
|
||||
<rank>0</rank>
|
||||
<content><![CDATA[
|
||||
class ExampleFor_iFieldRendererMappingsExtension implements \iFieldRendererMappingsExtension
|
||||
{
|
||||
public static function RegisterSupportedFields(): array
|
||||
{
|
||||
// Do nothing, we just need the class to exists for the unit test
|
||||
}
|
||||
}
|
||||
]]></content>
|
||||
</snippet>
|
||||
|
||||
Reference in New Issue
Block a user