Browse Source

fixed typo in tests

tags/2.0.0-beta
Alexander Makarov 13 years ago
parent
commit
c3f1091179
  1. 2
      tests/unit/framework/db/dao/CommandTest.php

2
tests/unit/framework/db/dao/CommandTest.php

@ -102,7 +102,7 @@ class CommandTest extends TestCase
} }
s /* /*
function testPrepare() function testPrepare()
{ {
$sql='SELECT title FROM posts'; $sql='SELECT title FROM posts';

Loading…
Cancel
Save