Rename DBA::get_db to DBA::getConnection
- Rename DBA::$db to DBA::$connection
This commit is contained in:
parent
415b982d39
commit
cdd8e4fd9d
2 changed files with 51 additions and 51 deletions
|
@ -36,7 +36,7 @@ abstract class DatabaseTest extends TestCase
|
|||
$this->markTestSkipped('Could not connect to the database.');
|
||||
}
|
||||
|
||||
return $this->createDefaultDBConnection(DBA::get_db(), getenv('MYSQL_DATABASE'));
|
||||
return $this->createDefaultDBConnection(DBA::getConnection(), getenv('MYSQL_DATABASE'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue