ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
MainFactoryTest.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21require_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 "navigation" => ["rules" => false],
41 ];
42
43 public static string $factory_title = 'ILIAS\\UI\\Factory';
44
45 #[\PHPUnit\Framework\Attributes\DoesNotPerformAssertions]
46 public function testProperNamespace(): void
47 {
48 // Nothing to test here.
49 }
50
51 #[\PHPUnit\Framework\Attributes\DoesNotPerformAssertions]
52 public function testProperName(): void
53 {
54 // Nothing to test here.
55 }
56
57 protected function getRegexFactoryNamespace(): string
58 {
59 return "\\\\ILIAS\\\\UI\\\\Component";
60 }
61}
Defines tests every SHOULD pass UI-factory.
Class MainFactoryTest.
static string $factory_title
static array $kitchensink_info_settings