Tests the actual UI components from src/UI.
More...
Tests the actual UI components from src/UI.
If no error is thrown, everything should be fine.
Definition at line 30 of file UIComponentsTest.php.
◆ setUp()
UIComponentsTest::setUp |
( |
| ) |
|
|
protected |
◆ testAllUIComponentsFactoriesForNotThrowingErrors()
UIComponentsTest::testAllUIComponentsFactoriesForNotThrowingErrors |
( |
| ) |
|
- Exceptions
-
This assertion is only reached if all entries have been successfully parsed (no error was thrown)
Definition at line 44 of file UIComponentsTest.php.
46 $this->crawler->crawlFactory($this->path_to_base_factory);
50 $this->assertTrue(
true);
◆ $crawler
Crawler FactoriesCrawler UIComponentsTest::$crawler |
|
protected |
◆ $path_to_base_factory
string UIComponentsTest::$path_to_base_factory = "components/ILIAS/UI/src/Factory.php" |
|
protected |
The documentation for this class was generated from the following file: