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 dda62a5 commit 9b078b3Copy full SHA for 9b078b3
tests/Builder/SelectTest.php
@@ -288,7 +288,7 @@ public function testRequired() {
288
289
$this->assertEquals("SELECT DISTINCT\n\tt.field\nFROM\n\ttest t\nWHERE\n\t(t.field='aaa')\n", $query);
290
291
- $this->setExpectedException(RequiredValueNotFoundException::class);
+ $this->setExpectedException('Kir\\MySQL\\Builder\\Expr\\RequiredValueNotFoundException');
292
293
TestSelect::create()
294
->distinct()
0 commit comments