ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
GlyphFactoryTest.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( "collapse" => array("context" => false)
8  , "expand" => array("context" => false)
9  , "next" => array("context" => false)
10  , "user" => array("context" => false)
11  , "mail" => array("context" => false)
12  , "notification" => array("context" => false)
13  , "tag" => array("context" => false)
14  , "note" => array("context" => false)
15  , "comment" => array("context" => false)
16  , "sortAscending" => array("context" => false)
17  , "sortDescending" => array("context" => false)
18  , "briefcase" => array("context" => false)
19  , "attachment" => array("context" => false)
20  , "reset" => array("context" => false)
21  , "apply" => array("context" => false)
22  );
23 
24  public $factory_title = 'ILIAS\\UI\\Component\\Glyph\\Factory';
25 }
Defines tests every SHOULD pass UI-factory.