diff --git a/tests/QueryTest.php b/tests/QueryTest.php index 6e41353a..921cfbd2 100644 --- a/tests/QueryTest.php +++ b/tests/QueryTest.php @@ -1522,7 +1522,7 @@ public function testOption() * * @covers ::caseExpr * @covers ::when - * @covers ::else + * @covers ::otherwise * @covers ::_render_case */ public function testCaseExprNormal() @@ -1551,7 +1551,7 @@ public function testCaseExprNormal() * * @covers ::caseExpr * @covers ::when - * @covers ::else + * @covers ::otherwise * @covers ::_render_case */ public function testCaseExprShortForm()