From 29000e2d6f49ed9b08b15a9f474dfb5b4145d800 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 10:59:02 +0200 Subject: move databases into dependencies section --- tests/unit/config/AppConfigTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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(); -- cgit v1.2.3