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

Commit

Permalink
give hint for _toString test
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSide666 committed Apr 13, 2016
1 parent 4a7c8fb commit 564f38c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/db/SelectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ public function testExpression()
);
}

/**
* @covers Expression::__toString
*/
public function testCastingToString()
{
// simple value
Expand Down

0 comments on commit 564f38c

Please sign in to comment.