ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ViewControlNullTest Class Reference
+ Inheritance diagram for ViewControlNullTest:
+ Collaboration diagram for ViewControlNullTest:

Public Member Functions

 testViewControlFieldNullRendering ()
 
- Public Member Functions inherited from ViewControlTestBase
 getUIFactory ()
 
 getDataFactory ()
 

Additional Inherited Members

- Protected Member Functions inherited from ViewControlTestBase
 getNamesource ()
 
 buildDataFactory ()
 
 buildRefinery ()
 
 buildFieldFactory ()
 
 buildVCFactory ()
 

Detailed Description

Definition at line 25 of file ViewControlNullTest.php.

Member Function Documentation

◆ testViewControlFieldNullRendering()

ViewControlNullTest::testViewControlFieldNullRendering ( )

Definition at line 27 of file ViewControlNullTest.php.

References ViewControlTestBase\buildVCFactory().

27  : void
28  {
29  $vc = $this->buildVCFactory()->nullControl();
30  $this->assertEquals('', $this->getDefaultRenderer()->render($vc));
31  }
+ Here is the call graph for this function:

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