ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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 , "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}
Defines tests every SHOULD pass UI-factory.
An exception for terminatinating execution or to throw for unit testing.
Class MainFactoryTest.
test_proper_namespace()
@doesNotPerformAssertions
test_proper_name()
@doesNotPerformAssertions