summaryrefslogtreecommitdiffstats
path: root/tests/mocks
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-23 00:24:11 +0200
committerAndrey Andreev <narf@bofh.bg>2012-10-23 00:24:11 +0200
commit348bd1e2623ae13ef0dc576464d98eb3673ef15a (patch)
treeeeef198f7a2ab2fcfeba07741c652a2ebfc93131 /tests/mocks
parent96a4ca6605d6a8a94eea96ed00ab1cf31a8cdd35 (diff)
Fix a mock db entry
Diffstat (limited to 'tests/mocks')
-rw-r--r--tests/mocks/database/schema/skeleton.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/database/schema/skeleton.php b/tests/mocks/database/schema/skeleton.php
index fb9aaefee..2226835c4 100644
--- a/tests/mocks/database/schema/skeleton.php
+++ b/tests/mocks/database/schema/skeleton.php
@@ -130,7 +130,7 @@ class Mock_Database_Schema_Skeleton {
'misc' => array(
array('id' => 1, 'key' => '\\xxxfoo456', 'value' => 'Entry with \\xxx'),
array('id' => 2, 'key' => '\\%foo456', 'value' => 'Entry with \\%'),
- array('id' => 3, 'key' => ' One two three tab')
+ array('id' => 3, 'key' => 'spaces and tabs', 'value' => ' One two three tab')
)
);