ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
MinimizeButtonTest Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for MinimizeButtonTest:
+ Collaboration diagram for MinimizeButtonTest:

Public Member Functions

 setUp ()
 
 testImplementsFactoryInterface ()
 
- Public Member Functions inherited from ILIAS_UI_TestBase
 setUp ()
 
 tearDown ()
 
 getUIFactory ()
 
 getTemplateFactory ()
 
 getResourceRegistry ()
 
 getLanguage ()
 
 getJavaScriptBinding ()
 
 getRefinery ()
 
 getImagePathResolver ()
 
 getDataFactory ()
 
 getHelpTextRetriever ()
 
 getUploadLimitResolver ()
 
 getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[])
 
 getDecoratedRenderer (Renderer $default)
 
 normalizeHTML (string $html)
 
 assertHTMLEquals (string $expected_html_as_string, string $html_as_string)
 

Protected Attributes

I Component Button Factory $button_factory
 

Additional Inherited Members

- Protected Member Functions inherited from ILIAS_UI_TestBase
 brutallyTrimHTML (string $html)
 A more radical version of normalizeHTML. More...
 
 brutallyTrimSignals (string $html)
 A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. More...
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Test on minimize button implementation.

Definition at line 27 of file MinimizeButtonTest.php.

Member Function Documentation

◆ setUp()

MinimizeButtonTest::setUp ( )

Definition at line 31 of file MinimizeButtonTest.php.

31  : void
32  {
33  $this->button_factory = new I\Component\Button\Factory();
34  }

◆ testImplementsFactoryInterface()

MinimizeButtonTest::testImplementsFactoryInterface ( )

Definition at line 36 of file MinimizeButtonTest.php.

36  : void
37  {
38  $this->assertInstanceOf(
39  "ILIAS\\UI\\Component\\Button\\Minimize",
40  $this->button_factory->minimize()
41  );
42  }

Field Documentation

◆ $button_factory

I Component Button Factory MinimizeButtonTest::$button_factory
protected

Definition at line 29 of file MinimizeButtonTest.php.


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