ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
MainFactoryTest.php
Go to the documentation of this file.
1 <?php
2 
3 require_once 'tests/UI/AbstractFactoryTest.php';
4 
10  "card" => array("context" => false)
11  , "deck" => array("context" => false)
12  , "image" => array("context" => false, "rules" => false)
13  , "legacy" => array("context" => false)
14  );
15 
16  public $factory_title = 'ILIAS\\UI\\Factory';
17 
18  public function test_proper_namespace() {
19  // Nothing to test here.
20  }
21 
22  public function test_proper_name() {
23  // Nothing to test here.
24  }
25 
29  protected function get_regex_factory_namespace() {
30  return "\\\\ILIAS\\\\UI\\\\Component";
31  }
32 }
Class MainFactoryTest.
Defines tests every SHOULD pass UI-factory.
Create styles array
The data for the language used.