Source

						public function testExecuteException() {
		$this->expectException();
		$this->expectException();
		$this->db->read('SELECT deliberate syntax error');
	}