Skip to content

Commit

Permalink
Merge pull request zendframework#3048 branch 'hotfix/fix-covers-tag' C…
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Nov 21, 2012
2 parents 40d4a7b + 3fbc6c1 commit 157caa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions tests/ZendTest/Db/Sql/Platform/Mysql/SelectDecoratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class SelectDecoratorTest extends \PHPUnit_Framework_TestCase
/**
* @testdox integration test: Testing SelectDecorator will use Select an internal state to prepare a proper limit/offset sql statement
* @covers Zend\Db\Sql\Platform\Mysql\SelectDecorator::prepareStatement
* @covers Zend\Db\Sql\Platform\Mysql\SelectDecorator::processLimitOffset
* @covers Zend\Db\Sql\Platform\Mysql\SelectDecorator::processLimit
* @covers Zend\Db\Sql\Platform\Mysql\SelectDecorator::processOffset
* @dataProvider dataProvider
*/
public function testPrepareStatement(Select $select, $expectedSql, $expectedParams)
Expand Down Expand Up @@ -55,7 +56,8 @@ public function testPrepareStatement(Select $select, $expectedSql, $expectedPara
/**
* @testdox integration test: Testing SelectDecorator will use Select an internal state to prepare a proper limit/offset sql statement
* @covers Zend\Db\Sql\Platform\Mysql\SelectDecorator::getSqlString
* @covers Zend\Db\Sql\Platform\Mysql\SelectDecorator::processLimitOffset
* @covers Zend\Db\Sql\Platform\Mysql\SelectDecorator::processLimit
* @covers Zend\Db\Sql\Platform\Mysql\SelectDecorator::processOffset
* @dataProvider dataProvider
*/
public function testGetSqlString(Select $select, $notUsed, $notUsed, $expectedSql)
Expand Down
2 changes: 1 addition & 1 deletion tests/ZendTest/Db/Sql/SelectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ public function test__clone()
* @testdox unit test: Text process*() methods will return proper array when internally called, part of extension API
* @dataProvider providerData
* @covers Zend\Db\Sql\Select::processSelect
* @covers Zend\Db\Sql\Select::processJoin
* @covers Zend\Db\Sql\Select::processJoins
* @covers Zend\Db\Sql\Select::processWhere
* @covers Zend\Db\Sql\Select::processGroup
* @covers Zend\Db\Sql\Select::processHaving
Expand Down

0 comments on commit 157caa2

Please sign in to comment.