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

Commit

Permalink
Merge pull request zendframework/zendframework#5672 branch 'hotfix/cs…
Browse files Browse the repository at this point in the history
…-cleanup'
  • Loading branch information
Maks3w committed Jan 4, 2014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Listener/LocatorRegistrationListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

require_once dirname(__DIR__) . '/TestAsset/ListenerTestModule/src/Foo/Bar.php';

class LocatorRegistrationTest extends TestCase
class LocatorRegistrationListenerTest extends TestCase
{
public $module;

Expand Down
2 changes: 1 addition & 1 deletion test/TestAsset/NotAutoloaderModule/src/Foo/Bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

namespace Foo;

class Baz
class Bar
{}

0 comments on commit 9fb11da

Please sign in to comment.