Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
proper method name
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSide666 committed Dec 5, 2018
1 parent 253f1af commit 5a97f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/QueryTest.php
Expand Up @@ -1522,7 +1522,7 @@ public function testOption()
*
* @covers ::caseExpr
* @covers ::when
* @covers ::else
* @covers ::otherwise
* @covers ::_render_case
*/
public function testCaseExprNormal()
Expand Down Expand Up @@ -1551,7 +1551,7 @@ public function testCaseExprNormal()
*
* @covers ::caseExpr
* @covers ::when
* @covers ::else
* @covers ::otherwise
* @covers ::_render_case
*/
public function testCaseExprShortForm()
Expand Down

0 comments on commit 5a97f39

Please sign in to comment.