@@ -17,7 +17,7 @@ discard block |
||
| 17 | 17 | { |
| 18 | 18 | return [ |
| 19 | 19 | [ |
| 20 | - function () { |
|
| 20 | + function() { |
|
| 21 | 21 | Conf::deleteConfigValue('default-db-connection/dsn'); |
| 22 | 22 | $this->setUser('user'); |
| 23 | 23 | $this->setPassword('password'); |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | } |
| 28 | 28 | ], |
| 29 | 29 | [ |
| 30 | - function () { |
|
| 30 | + function() { |
|
| 31 | 31 | $this->setDsn('dsn'); |
| 32 | 32 | Conf::deleteConfigValue('default-db-connection/user'); |
| 33 | 33 | $this->setPassword('password'); |
@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | } |
| 38 | 38 | ], |
| 39 | 39 | [ |
| 40 | - function () { |
|
| 40 | + function() { |
|
| 41 | 41 | $this->setDsn('dsn'); |
| 42 | 42 | $this->setUser('user'); |
| 43 | 43 | Conf::deleteConfigValue('default-db-connection/password'); |