ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
UIComponentsTest Class Reference

Tests the actual UI components from src/UI. More...

+ Inheritance diagram for UIComponentsTest:
+ Collaboration diagram for UIComponentsTest:

Public Member Functions

 testAllUIComponentsFactoriesForNotThrowingErrors ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $crawler
 
 $path_to_base_factory = "src/UI/Factory.php"
 

Detailed Description

Tests the actual UI components from src/UI.

If no error is thrown, everything should be fine.

Definition at line 12 of file UIComponentsTest.php.

Member Function Documentation

◆ setUp()

UIComponentsTest::setUp ( )
protected

Definition at line 27 of file UIComponentsTest.php.

◆ testAllUIComponentsFactoriesForNotThrowingErrors()

UIComponentsTest::testAllUIComponentsFactoriesForNotThrowingErrors ( )
Exceptions
Crawler

This assertion is only reached if all entries have been successfully parsed (no error was thrown)

Definition at line 35 of file UIComponentsTest.php.

36  {
37  $this->crawler->crawlFactory($this->path_to_base_factory);
41  $this->assertTrue(true);
42  }

Field Documentation

◆ $crawler

UIComponentsTest::$crawler
protected

Definition at line 19 of file UIComponentsTest.php.

◆ $path_to_base_factory

UIComponentsTest::$path_to_base_factory = "src/UI/Factory.php"
protected

Definition at line 24 of file UIComponentsTest.php.


The documentation for this class was generated from the following file: