◆ test_getContextNames()
ComponentRendererLoaderHelperTest::test_getContextNames |
( |
| ) |
|
Definition at line 11 of file ComponentRendererLoaderHelperTest.php.
References $names.
13 $c1 = new \ILIAS\UI\Component\Test\TestComponent(
"foo");
14 $c2 = new \ILIAS\UI\Implementation\Component\Glyph\Glyph(
"up",
"up");
15 $names = $this->getContextNames([$c1, $c2]);
16 $expected = [
"TestComponentTest",
"GlyphGlyph"];
17 $this->assertEquals($expected,
$names);
The documentation for this class was generated from the following file: