Browse Source

fix all but one of the test fails

AD7six 11 years ago
parent
commit
18153d379d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Core/StaticConfigTraitTest.php

+ 1 - 1
tests/TestCase/Core/StaticConfigTraitTest.php

@@ -207,7 +207,7 @@ class StaticConfigTraitTest extends TestCase {
 		$expected = [
 			'className' => 'Cake\Database\Connection',
 			'driver' => 'Cake\Database\Driver\Sqlite',
-			'database' => ':memory:',
+			'host' => ':memory:',
 			'scheme' => 'sqlite',
 		];
 		$this->assertEquals($expected, TestConnectionManagerStaticConfig::parseDsn($dsn));