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 2a4a1fd commit f838058Copy full SHA for f838058
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