ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilServicesDatabaseSuite Class Reference

Database Test-Suite. More...

+ Inheritance diagram for ilServicesDatabaseSuite:
+ Collaboration diagram for ilServicesDatabaseSuite:

Static Public Member Functions

static suite ()
 

Detailed Description

Database Test-Suite.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Version
1.0.0

Definition at line 32 of file ilServicesDatabaseSuite.php.

Member Function Documentation

◆ suite()

static ilServicesDatabaseSuite::suite ( )
static
Returns
ilServicesDatabaseSuite
Exceptions
ReflectionException

Definition at line 40 of file ilServicesDatabaseSuite.php.

References $suite, and ilDatabaseSetupSuite\suite().

41  {
42  $suite = new self();
43 
44  require_once('./Services/Database/test/Atom/ilDatabaseAtomSuite.php'); // This seems to be needed in UnitTests
45  $suite->addTestSuite(new ilDatabaseAtomSuite());
46 
47  require_once('./Services/Database/test/Setup/ilDatabaseSetupSuite.php'); // This seems to be needed in UnitTests
48  $suite->addTestSuite(ilDatabaseSetupSuite::suite());
49 
50  return $suite;
51  }
$suite
Database Test-Suite.
+ Here is the call graph for this function:

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