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

Commit 685d41e

Browse files
committed
Remove final visibility from test class
1 parent c66de71 commit 685d41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Proxy/LazyServiceFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* @covers \Zend\ServiceManager\Proxy\LazyServiceFactory
2424
*/
25-
final class LazyServiceFactoryTest extends TestCase
25+
class LazyServiceFactoryTest extends TestCase
2626
{
2727
/**
2828
* @var LazyServiceFactory

0 commit comments

Comments
 (0)