Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/5' into develop
Browse files Browse the repository at this point in the history
Forward port #5
  • Loading branch information
weierophinney committed Apr 11, 2016
2 parents b371f5f + f8d50b7 commit 29b97d6
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Adapter/ArrayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\Adapter\ArrayAdapter<extended>
*/
class ArrayTest extends \PHPUnit_Framework_TestCase
{
Expand Down
3 changes: 3 additions & 0 deletions test/Adapter/CallbackTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
use PHPUnit_Framework_TestCase as TestCase;
use Zend\Paginator\Adapter\Callback;

/**
* @covers Zend\Paginator\Adapter\Callback<extended>
*/
class CallbackTest extends TestCase
{
public function testMustDefineTwoCallbacksOnConstructor()
Expand Down
1 change: 1 addition & 0 deletions test/Adapter/DbSelectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\Adapter\DbSelect<extended>
*/
class DbSelectTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Adapter/DbTableGatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\Adapter\DbTableGateway<extended>
*/
class DbTableGatewayTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Adapter/IteratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\Adapter\Iterator<extended>
*/
class IteratorTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/Adapter/NullFillTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\Adapter\NullFill<extended>
*/
class NullFillTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/AdapterPluginManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\AdapterPluginManager<extended>
*/
class AdapterPluginManagerTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\Factory<extended>
*/
class FactoryTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/PaginatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\Paginator<extended>
*/
class PaginatorTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/ScrollingStyle/AllTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\ScrollingStyle\All<extended>
*/
class AllTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/ScrollingStyle/ElasticTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\ScrollingStyle\Elastic<extended>
*/
class ElasticTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/ScrollingStyle/JumpingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\ScrollingStyle\Jumping<extended>
*/
class JumpingTest extends \PHPUnit_Framework_TestCase
{
Expand Down
1 change: 1 addition & 0 deletions test/ScrollingStyle/SlidingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

/**
* @group Zend_Paginator
* @covers Zend\Paginator\ScrollingStyle\Sliding<extended>
*/
class SlidingTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit 29b97d6

Please sign in to comment.