Skip to content

Commit

Permalink
fix for not loading markdown module
Browse files Browse the repository at this point in the history
  • Loading branch information
mamuz committed Jan 18, 2015
1 parent 126c107 commit 9afd67e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/MamuzBlogTest/ModuleTest.php
Expand Up @@ -43,6 +43,7 @@ public function testLoadingModules()
$moduleManager->shouldReceive('loadModule')->with('DoctrineModule');
$moduleManager->shouldReceive('loadModule')->with('DoctrineORMModule');
$moduleManager->shouldReceive('loadModule')->with('TwbBundle');
$moduleManager->shouldReceive('loadModule')->with('MaglMarkdown');

$this->fixture->init($moduleManager);
}
Expand Down

0 comments on commit 9afd67e

Please sign in to comment.