Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit e282b3d

Browse files
committed
Revert @covers annotation
- The intent is to cover the usage of the `LazyServiceFactory`.
1 parent 66d396f commit e282b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/LazyServiceIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
use ZendTest\ServiceManager\TestAsset\InvokableObject;
2525

2626
/**
27-
* @covers \Zend\ServiceManager\ServiceManager
27+
* @covers \Zend\ServiceManager\Proxy\LazyServiceFactory
2828
*/
2929
class LazyServiceIntegrationTest extends TestCase
3030
{

0 commit comments

Comments
 (0)