Database Test-Suite.
More...
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 30 of file ilDatabaseAtomSuite.php.
◆ suite()
static ilDatabaseAtomSuite::suite |
( |
| ) |
|
|
static |
- Returns
- \ilDatabaseAtomSuite
Definition at line 36 of file ilDatabaseAtomSuite.php.
37 {
39
40 require_once("ilDatabaseAtomBaseTest.php");
41 $suite->addTestSuite(
"ilDatabaseAtomBaseTest");
42
43 require_once("ilDatabaseAtomRunTest.php");
44 $suite->addTestSuite(
"ilDatabaseAtomRunTest");
45
47 }
References $suite.
The documentation for this class was generated from the following file: