Skip to content

Commit 9b078b3

Browse files
committed
- Some fixed reported by travis-ci
1 parent dda62a5 commit 9b078b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Builder/SelectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public function testRequired() {
288288

289289
$this->assertEquals("SELECT DISTINCT\n\tt.field\nFROM\n\ttest t\nWHERE\n\t(t.field='aaa')\n", $query);
290290

291-
$this->setExpectedException(RequiredValueNotFoundException::class);
291+
$this->setExpectedException('Kir\\MySQL\\Builder\\Expr\\RequiredValueNotFoundException');
292292

293293
TestSelect::create()
294294
->distinct()

0 commit comments

Comments
 (0)