ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ButtonFactoryTest.php
Go to the documentation of this file.
1 <?php
2 
3 require_once 'tests/UI/AbstractFactoryTest.php';
4 
6 {
7  public $kitchensink_info_settings = array( "standard" => array("context" => false)
8  , "close" => array("context" => false)
9  , "shy" => array("context" => false)
10  , "tag" => array("context" => false)
11  , "bulky" => array("context" => false)
12  , "toggle" => array("context" => false)
13  );
14 
15  public $factory_title = 'ILIAS\\UI\\Component\\Button\\Factory';
16 }
Defines tests every SHOULD pass UI-factory.