Definition at line 3 of file ModelBaseTest.php.
Definition at line 16 of file ModelBaseTest.php.
18 list($server, $mysqlConfig) = require(
"test/config.php");
19 $dbh =
new PDO($mysqlConfig[4][0], $mysqlConfig[1], $mysqlConfig[2]);
20 $dbh->exec(
"DROP DATABASE ".$mysqlConfig[4][1]);
22 $context = new \Tools\Context($server,
false);
23 $this->assertFalse(\
Entity\ModelBase::setup());
static init($config=null)
Definition at line 5 of file ModelBaseTest.php.
7 list($server, $mysqlConfig) = require(
"test/config.php");
8 $dbh =
new PDO($mysqlConfig[4][0], $mysqlConfig[1], $mysqlConfig[2]);
9 $dbh->exec(
"DROP DATABASE ".$mysqlConfig[4][1]);
10 $dbh->exec(
"CREATE DATABASE ".$mysqlConfig[4][1]);
12 $context = new \Tools\Context($server,
false);
static init($config=null)
The documentation for this class was generated from the following file: