ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
MainFactoryTest.php
Go to the documentation of this file.
1 <?php
2 
3 require_once 'tests/UI/AbstractFactoryTest.php';
4 
9 {
11  "card" => array("context" => false)
12  , "deck" => array("context" => false)
13  , "image" => array("context" => false, "rules" => false)
14  , "legacy" => array("context" => false)
15  , "viewControl" => array("rules" => false)
16  , "input" => array("rules" => false)
17  , "table" => array("rules" => false)
18  , "layout" => array("rules" => false)
19  , "menu" => array("rules" => false)
20  , "symbol" => array("rules" => false)
21 
22  );
23 
24  public $factory_title = 'ILIAS\\UI\\Factory';
25 
29  public function test_proper_namespace()
30  {
31  // Nothing to test here.
32  }
33 
37  public function test_proper_name()
38  {
39  // Nothing to test here.
40  }
41 
45  protected function get_regex_factory_namespace()
46  {
47  return "\\\\ILIAS\\\\UI\\\\Component";
48  }
49 }
Class MainFactoryTest.
Defines tests every SHOULD pass UI-factory.