ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
MainFactoryTest.php
Go to the documentation of this file.
1<?php
2
3require_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
19 );
20
21 public $factory_title = 'ILIAS\\UI\\Factory';
22
23 public function test_proper_namespace()
24 {
25 // Nothing to test here.
26 }
27
28 public function test_proper_name()
29 {
30 // Nothing to test here.
31 }
32
36 protected function get_regex_factory_namespace()
37 {
38 return "\\\\ILIAS\\\\UI\\\\Component";
39 }
40}
Defines tests every SHOULD pass UI-factory.
An exception for terminatinating execution or to throw for unit testing.
Class MainFactoryTest.