mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-19 07:59:54 +00:00
Migrating DboSqliteTest to phpunit
This commit is contained in:
parent
1b9eb035fd
commit
f4cf945e30
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ class DboSqlite extends DboSource {
|
||||||
*/
|
*/
|
||||||
function connect() {
|
function connect() {
|
||||||
$config = $this->config;
|
$config = $this->config;
|
||||||
|
|
||||||
if (!$config['persistent']) {
|
if (!$config['persistent']) {
|
||||||
$this->connection = sqlite_open($config['database']);
|
$this->connection = sqlite_open($config['database']);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue