|
|
@@ -3474,7 +3474,7 @@ class QueryTest extends TestCase
|
|
|
$this->assertCount(0, $result, 'Unbuffered queries only have a count when results are fetched');
|
|
|
|
|
|
$list = $result->fetchAll('assoc');
|
|
|
- $this->skipIf(count($list) === 0, 'This test fails oddly fails on travis with PHP 5.6');
|
|
|
+ $this->skipIf(count($list) === 0, 'This test fails oddly on travis with PHP 5.6');
|
|
|
|
|
|
$this->assertCount(3, $list);
|
|
|
$result->closeCursor();
|