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

Commit

Permalink
Browse files Browse the repository at this point in the history
- trailing whitespace
  • Loading branch information
weierophinney committed Mar 11, 2013
1 parent 126b605 commit 6f36e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ModuleManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public function testCanLoadMultipleModulesObjectWithString()
$config = $configListener->getMergedConfig();
$this->assertSame($config->some, 'thing');
}

public function testCanNotLoadSomeObjectModuleWithoutIdentifier()
{
require_once __DIR__ . '/TestAsset/SomeModule/Module.php';
Expand Down
2 changes: 1 addition & 1 deletion test/TestAsset/SubModule/Sub/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

class Module
{

}

0 comments on commit 6f36e9f

Please # to comment.