Code style fixes
This commit is contained in:
parent
0868eb9c69
commit
6891b8a75f
87 changed files with 598 additions and 603 deletions
|
|
@ -15,7 +15,7 @@ class DatabaseGenerationTest extends \PHPUnit_Framework_TestCase
|
|||
public function setUp()
|
||||
{
|
||||
Database::setDetails($this->_name, $this->_user, $this->_pass);
|
||||
Database::setWriteServers(array($this->_host));
|
||||
Database::setWriteServers([$this->_host]);
|
||||
|
||||
$this->_db = Database::getConnection('write');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue