ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
MainFactoryTest.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
21 require_once 'tests/UI/AbstractFactoryTest.php';
22 
27 {
28  public array $kitchensink_info_settings = [
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 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
array $kitchensink_info_settings
Defines tests every SHOULD pass UI-factory.