Skip to content

Commit

Permalink
zendframework#192 phpdocs missing
Browse files Browse the repository at this point in the history
  • Loading branch information
alextech committed Jan 5, 2017
1 parent 1349838 commit 5f966f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Sql/SelectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@ public function testOrder()
);
}

/**
* @testdox unit test: Test order() correctly splits parameters.
* @covers Zend\Db\Sql\Select::order
*/
public function testOrderCorrectlySplitsParameter()
{
$select = new Select;
Expand Down

0 comments on commit 5f966f8

Please sign in to comment.