ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

27 : void
28 {
29 $vc = $this->buildVCFactory()->nullControl();
30 $this->assertEquals('', $this->getDefaultRenderer()->render($vc));
31 }

References ViewControlTestBase\buildVCFactory().

+ Here is the call graph for this function:

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