5use PHPUnit\Framework\TestCase;
25 $renderer_class =
$f->_getRendererNameFor(
new \
ILIAS\
UI\Implementation\Component\Symbol\Glyph\Glyph(
"up",
"up"));
26 $expected = \ILIAS\UI\Implementation\Component\Symbol\Glyph\Renderer::class;
27 $this->assertEquals($expected, $renderer_class);
An exception for terminatinating execution or to throw for unit testing.
_getRendererNameFor($component)
test_getRendererNameFor()
getRendererNameFor(Component $component)
Get the name for the renderer of Component class.
Class ChatMainBarProvider \MainMenu\Provider.