ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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
17 );
18
19 public $factory_title = 'ILIAS\\UI\\Factory';
20
21 public function test_proper_namespace()
22 {
23 // Nothing to test here.
24 }
25
26 public function test_proper_name()
27 {
28 // Nothing to test here.
29 }
30
34 protected function get_regex_factory_namespace()
35 {
36 return "\\\\ILIAS\\\\UI\\\\Component";
37 }
38}
Defines tests every SHOULD pass UI-factory.
An exception for terminatinating execution or to throw for unit testing.
Class MainFactoryTest.