mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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() {
|
||||
$config = $this->config;
|
||||
|
||||
if (!$config['persistent']) {
|
||||
$this->connection = sqlite_open($config['database']);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue