ILIAS  release_8 Revision v8.25
MinimizeButtonTest.php
Go to the documentation of this file.
1<?php
2
19require_once(__DIR__ . "/../../../../libs/composer/vendor/autoload.php");
20require_once(__DIR__ . "/../../Base.php");
21
23
28{
29 public function setUp(): void
30 {
31 $this->button_factory = new I\Component\Button\Factory();
32 }
33
34 public function test_implements_factory_interface(): void
35 {
36 $this->assertInstanceOf(
37 "ILIAS\\UI\\Component\\Button\\Minimize",
38 $this->button_factory->minimize()
39 );
40 }
41}
Provides common functionality for UI tests.
Definition: Base.php:299
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...