ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
DataReadmeTest Class Reference

Testing the faytory of result objects. More...

+ Inheritance diagram for DataReadmeTest:
+ Collaboration diagram for DataReadmeTest:

Public Member Functions

 testReadme ()
 

Detailed Description

Testing the faytory of result objects.

Author
Stefan Hecken stefa.nosp@m.n.he.nosp@m.cken@.nosp@m.conc.nosp@m.epts-.nosp@m.and-.nosp@m.train.nosp@m.ing..nosp@m.de

Definition at line 16 of file DataReadmeTest.php.

Member Function Documentation

◆ testReadme()

DataReadmeTest::testReadme ( )

Definition at line 18 of file DataReadmeTest.php.

18  : void
19  {
20  ob_start();
21  require_once(__DIR__ . "/../../src/Data/README.md");
22  ob_end_clean();
23  $this->assertTrue(true);
24  }

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