ILIAS  release_8 Revision v8.24
MainFactoryTest.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
21require_once 'tests/UI/AbstractFactoryTest.php';
22
27{
29 "card" => ["context" => false],
30 "deck" => ["context" => false],
31 "image" => ["context" => false, "rules" => false],
32 "legacy" => ["context" => false],
33 "viewControl" => ["rules" => false],
34 "input" => ["rules" => false],
35 "table" => ["rules" => false],
36 "layout" => ["rules" => false],
37 "menu" => ["rules" => false],
38 "symbol" => ["rules" => false]
39 ];
40
41 public string $factory_title = 'ILIAS\\UI\\Factory';
42
46 public function test_proper_namespace(): void
47 {
48 // Nothing to test here.
49 }
50
54 public function test_proper_name(): void
55 {
56 // Nothing to test here.
57 }
58
59 protected function get_regex_factory_namespace(): string
60 {
61 return "\\\\ILIAS\\\\UI\\\\Component";
62 }
63}
Defines tests every SHOULD pass UI-factory.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
test_proper_namespace()
@doesNotPerformAssertions
test_proper_name()
@doesNotPerformAssertions
array $kitchensink_info_settings