19 declare(strict_types=1);
    21 require_once(
"vendor/composer/vendor/autoload.php");
    22 include_once(
"components/ILIAS/UI/tests/Crawler/Fixture/Fixture.php");
    36     protected function setUp(): void
    38         $this->crawler = 
new Crawler\FactoriesCrawler();
    46         $this->crawler->crawlFactory($this->path_to_base_factory);
    50         $this->assertTrue(
true);
 Tests the actual UI components from src/UI. 
 
testAllUIComponentsFactoriesForNotThrowingErrors()
 
Crawler FactoriesCrawler $crawler
 
string $path_to_base_factory
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...