Skip to content

Commit

Permalink
[zendframework#5825] Fix import statement
Browse files Browse the repository at this point in the history
- Bad casing meant class could not load, and tests would not run.
  • Loading branch information
weierophinney committed Mar 10, 2014
1 parent a2d4329 commit 6ad63b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

use PHPUnit_Framework_TestCase as TestCase;
use Locale;
use Zend\I18n\Translator\Loader\PhpmemoryArray as PhpMemoryArrayLoader;
use Zend\I18n\Translator\Loader\PhpMemoryArray as PhpMemoryArrayLoader;

class PhpMemoryArrayTest extends TestCase
{
Expand Down

0 comments on commit 6ad63b2

Please sign in to comment.