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 35 of file ilDatabaseAtomSuite.php.
35 {
37
38 require_once("ilDatabaseAtomBaseTest.php");
39 $suite->addTestSuite(
"ilDatabaseAtomBaseTest");
40
41 require_once("ilDatabaseAtomRunTest.php");
42 $suite->addTestSuite(
"ilDatabaseAtomRunTest");
43
45 }
References $suite.
The documentation for this class was generated from the following file: