From d2ca66893e4f03cec5caaf4b9fb69ae5e4c9594e Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 26 Mar 2009 13:55:06 +0000 Subject: [PATCH] - Fix typo --- ext/pdo/tests/bug47769.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo/tests/bug47769.phpt b/ext/pdo/tests/bug47769.phpt index d3e49ae77f..2cb75e3644 100644 --- a/ext/pdo/tests/bug47769.phpt +++ b/ext/pdo/tests/bug47769.phpt @@ -19,7 +19,7 @@ class test extends PDO } } -$test = new test('sqlite:memory'); +$test = new test('sqlite::memory:'); $test->quote('foo'); $test->isProtected(); -- 2.40.0