ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 ()
 

Protected Attributes

I Component Button Factory $button_factory
 

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: