[TESTS] Add coverage ignore flags to trivial methods

This commit is contained in:
2021-08-16 17:08:29 +01:00
parent fe86735b8b
commit aef61e4c73
2 changed files with 12 additions and 3 deletions

View File

@@ -33,6 +33,11 @@ use Symfony\Component\HttpFoundation\Request;
*/
abstract class Module
{
/**
* TODO Handle configuration
*
* @codeCoverageIgnore
*/
public function __construct()
{
// Load Module settings