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

Commit

Permalink
qa: rename ConfigCollectionTest.php to ConfigCollectorTest.php
Browse files Browse the repository at this point in the history
and revert the changes to the class name. The SUT is ConfigCollector, so
that verbiage is more appropriate.
  • Loading branch information
weierophinney committed Dec 26, 2019
1 parent 28372d7 commit b8ddf2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Zend\Mvc;
use Zend\ServiceManager;

class ConfigCollectionTest extends TestCase
class ConfigCollectorTest extends TestCase
{
public function testCollect()
{
Expand Down

0 comments on commit b8ddf2d

Please sign in to comment.