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