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

Commit cb57035

Browse files
committed
Renamed test case class to mirror SUT
1 parent e31a31e commit cb57035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Service/SendResponseFactoryTest.php renamed to test/Service/SendResponseListenerFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use Zend\Mvc\SendResponseListener;
2020
use Zend\Mvc\Service\SendResponseListenerFactory;
2121

22-
class SendResponseFactoryTest extends TestCase
22+
class SendResponseListenerFactoryTest extends TestCase
2323
{
2424
public function testFactoryReturnsListenerWithEventManagerFromContainer()
2525
{

0 commit comments

Comments
 (0)