Exemplo n.º 1
0
 protected function setup()
 {
     $this->_pdo = new JPDO\PDO('sqlite::memory:');
     $this->_pdo->exec("CREATE table messages (id integer, message text);");
     parent::setup();
 }