From f358a6d51d56d2ffaa261b7aad52fd5d1fb71408 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sun, 14 Oct 2012 14:01:37 +0200 Subject: [PATCH] Fixing typo in example file --- App/Config/datasources.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/Config/datasources.default.php b/App/Config/datasources.default.php index 7d5de143334..0a1fedb36f6 100644 --- a/App/Config/datasources.default.php +++ b/App/Config/datasources.default.php @@ -70,7 +70,7 @@ * Create a test connection. This connection is used * while running unit and integration tests. */ -Confgure::write('Datasource.test', [ +Configure::write('Datasource.test', [ 'datasource' => 'Database/Mysql', 'persistent' => false, 'host' => 'localhost',