ILIAS  release_8 Revision v8.24
ComponentRendererLoaderHelperTest Class Reference
+ Inheritance diagram for ComponentRendererLoaderHelperTest:
+ Collaboration diagram for ComponentRendererLoaderHelperTest:

Public Member Functions

 test_getContextNames ()
 

Detailed Description

Definition at line 28 of file ComponentRendererLoaderHelperTest.php.

Member Function Documentation

◆ test_getContextNames()

ComponentRendererLoaderHelperTest::test_getContextNames ( )

Definition at line 32 of file ComponentRendererLoaderHelperTest.php.

32 : void
33 {
34 $c1 = new TestComponent("foo");
35 $c2 = new Glyph("up", "up");
36 $names = $this->getContextNames([$c1, $c2]);
37 $expected = ["TestComponentTest", "GlyphGlyphSymbol"];
38 $this->assertEquals($expected, $names);
39 }

The documentation for this class was generated from the following file: