From c3f10911799bdc772dbd3aa70972cbd447bc489b Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sat, 12 Nov 2011 23:45:15 +0400 Subject: [PATCH] fixed typo in tests --- tests/unit/framework/db/dao/CommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/framework/db/dao/CommandTest.php b/tests/unit/framework/db/dao/CommandTest.php index 9754ae3..2052fb1 100644 --- a/tests/unit/framework/db/dao/CommandTest.php +++ b/tests/unit/framework/db/dao/CommandTest.php @@ -102,7 +102,7 @@ class CommandTest extends TestCase } -s /* + /* function testPrepare() { $sql='SELECT title FROM posts';