summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 10:59:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 10:59:02 +0200
commit29000e2d6f49ed9b08b15a9f474dfb5b4145d800 (patch)
tree40e36f37d0e9641bf3c1caa451d0ce847a1dc2ab /tests
parent261572a9804dac790f658b7508d8b8485951f871 (diff)
move databases into dependencies section
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/config/AppConfigTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/config/AppConfigTest.php b/tests/unit/config/AppConfigTest.php
index 8d1b0daf9..34ab2738a 100644
--- a/tests/unit/config/AppConfigTest.php
+++ b/tests/unit/config/AppConfigTest.php
@@ -180,8 +180,8 @@ class AppConfigTest extends \PHPUnit_Framework_TestCase {
*/
public function testSupportedDb() {
$this->config->loadConfig([
- 'databases' => [
- 'pgsql', 'sqlite'
+ 'dependencies' => [
+ "databases" => ['pgsql', 'sqlite']
]
]);
$this->config->testDependencies();