Adding comments to help explain the simpletest setup.

This commit is contained in:
jgen
2014-02-17 13:59:41 -05:00
parent c05b4719d6
commit fe83e3d343
3 changed files with 11 additions and 0 deletions

View File

@ -326,6 +326,7 @@ class Database {
$this->connect_engine();
$this->engine->init($this->db);
// FIXME: this causes problems with running via the PHP CLI
$this->db->beginTransaction();
}