[TESTS] Add coverage ignore flags to trivial methods
This commit is contained in:
@@ -33,6 +33,11 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
*/
|
||||
abstract class Module
|
||||
{
|
||||
/**
|
||||
* TODO Handle configuration
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
// Load Module settings
|
||||
|
Reference in New Issue
Block a user