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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zendframework/zendframework#6289 - DateTimeFormatterStrategy tests …
Browse files Browse the repository at this point in the history
…coverage annotations
Ocramius committed Dec 28, 2014

Verified

This commit was signed with the committer’s verified signature.
0x2142 Matt Schmitz
1 parent 217ac6d commit 0d17339
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/Hydrator/Strategy/DateTimeFormatterStrategyTest.php
Original file line number Diff line number Diff line change
@@ -11,6 +11,11 @@

use Zend\Stdlib\Hydrator\Strategy\DateTimeFormatterStrategy;

/**
* Tests for {@see \Zend\Stdlib\Hydrator\Strategy\DateTimeFormatterStrategy}
*
* @covers \Zend\Stdlib\Hydrator\Strategy\DateTimeFormatterStrategy
*/
class DateTimeFormatterStrategyTest extends \PHPUnit_Framework_TestCase
{
public function testHydrate()

0 comments on commit 0d17339

Please sign in to comment.