Skip to content

Commit

Permalink
Merge branch 'qa/phpunit-covers-extended'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Apr 27, 2020
2 parents d412da1 + b42f1b0 commit a6a1fba
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 3.1.0 - TBD

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 3.0.3 - TBD

### Added
Expand Down
2 changes: 1 addition & 1 deletion test/DelegatingHydratorFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use ReflectionProperty;

/**
* @covers Laminas\Hydrator\DelegatingHydratorFactory<extended>
* @covers Laminas\Hydrator\DelegatingHydratorFactory
*/
class DelegatingHydratorFactoryTest extends TestCase
{
Expand Down
3 changes: 1 addition & 2 deletions test/HydratorAwareTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
use PHPUnit\Framework\TestCase;

/**
* @requires PHP 5.4
* @covers Laminas\Hydrator\HydratorAwareTrait<extended>
* @covers Laminas\Hydrator\HydratorAwareTrait
*/
class HydratorAwareTraitTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion test/Iterator/HydratingArrayIteratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use PHPUnit\Framework\TestCase;

/**
* @covers Laminas\Hydrator\Iterator\HydratingArrayIterator<extended>
* @covers Laminas\Hydrator\Iterator\HydratingArrayIterator
*/
class HydratingArrayIteratorTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion test/Iterator/HydratingIteratorIteratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use PHPUnit\Framework\TestCase;

/**
* @covers Laminas\Hydrator\Iterator\HydratingIteratorIterator<extended>
* @covers Laminas\Hydrator\Iterator\HydratingIteratorIterator
*/
class HydratingIteratorIteratorTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion test/Strategy/SerializableStrategyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use function get_class;

/**
* @covers Laminas\Hydrator\Strategy\SerializableStrategy<extended>
* @covers Laminas\Hydrator\Strategy\SerializableStrategy
*/
class SerializableStrategyTest extends TestCase
{
Expand Down

0 comments on commit a6a1fba

Please sign in to comment.