Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request zendframework#6139 from localheinz/bugfix/test-name
Browse files Browse the repository at this point in the history
Fix: Test name
  • Loading branch information
weierophinney committed Apr 15, 2014
2 parents 0ce25cc + cfe7b9b commit f76d50b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
use Zend\ServiceManager;

/**
* Class AbstractFactoryTest
* Class AbstractConfigFactoryTest
*/
class AbstractFactoryTest extends \PHPUnit_Framework_TestCase
class AbstractConfigFactoryTest extends \PHPUnit_Framework_TestCase
{
/**
* @var \Zend\Mvc\Application
Expand Down

0 comments on commit f76d50b

Please sign in to comment.