1 parent 8f122ba commit c24a397Copy full SHA for c24a397
1 file changed
tests/Statement/UpdateTest.php
@@ -242,7 +242,6 @@ public function testGetValuesWithOrderBy()
242
->orderBy('id', 'ASC')
243
->orderBy('name', 'DESC');
244
245
- // FIXME This seems broken...
246
$this->assertIsArray($this->subject->getValues());
247
$this->assertCount(1, $this->subject->getValues());
248
}
0 commit comments