We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a4af9 commit 25dc5dbCopy full SHA for 25dc5db
tests/FetchTest.php
@@ -52,7 +52,7 @@ public function testFetchOne()
52
$this->assertEquals(2,$result->fetchRow('number'));
53
}
54
55
- public function testCorrentInitOnFetchRow()
+ public function testCorrectInitOnFetchRow()
56
{
57
$result = $this->client->select(
58
'SELECT number FROM system.numbers LIMIT 5'
0 commit comments