ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
MainFactoryTest.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 require_once 'components/ILIAS/UI/tests/AbstractFactoryTestCase.php';
22 
27 {
28  public static 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  "entity" => ["context" => true]
40  ];
41 
42  public static string $factory_title = 'ILIAS\\UI\\Factory';
43 
47  public function testProperNamespace(): void
48  {
49  // Nothing to test here.
50  }
51 
55  public function testProperName(): void
56  {
57  // Nothing to test here.
58  }
59 
60  protected function getRegexFactoryNamespace(): string
61  {
62  return "\\\\ILIAS\\\\UI\\\\Component";
63  }
64 }
Class MainFactoryTest.
static array $kitchensink_info_settings
static string $factory_title
Defines tests every SHOULD pass UI-factory.