[ticket/294] Remove scrutinizer issues introduced recently

B3P-294
This commit is contained in:
Marc Alexander
2014-07-07 22:42:01 +02:00
parent 3f738233fd
commit d7fadc322e
5 changed files with 57 additions and 80 deletions

View File

@@ -50,4 +50,9 @@ class board3_includes_helper_test extends \board3\portal\tests\testframework\tes
}
$this->assertEquals($expected, $this->portal_helper->get_module($module_name));
}
public function test_get_all_modules()
{
$this->assertEquals($this->modules, $this->portal_helper->get_all_modules());
}
}