From 9ee8da7bfdc0cb154c02e4ff829d22172824b595 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 1 May 2013 14:06:22 -0500 Subject: [PATCH] Fix session configs. Closes #1943. --- app/config/testing/session.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/testing/session.php b/app/config/testing/session.php index 338aebaf..a18c1b9f 100644 --- a/app/config/testing/session.php +++ b/app/config/testing/session.php @@ -8,10 +8,10 @@ |-------------------------------------------------------------------------- | | This option controls the default session "driver" that will be used on - | requets. By default, we will use the light-weight cookie driver but + | requests. By default, we will use the lightweight native driver but | you may specify any of the other wonderful drivers provided here. | - | Supported: "cookie", file", "database", "apc", + | Supported: "native", "cookie", "database", "apc", | "memcached", "redis", "array" | */