Hi!
When running Moodle-CI on my github regex question type I am getting these error messages:
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------------------
44 | ERROR | [x] The setUp() method in unit tests must always call to parent::setUp().
| | (moodle.PHPUnit.ParentSetUpTearDown.MissingSetUp)
48 | ERROR | [x] The tearDown() method in unit tests must always call to parent::tearDown().
| | (moodle.PHPUnit.ParentSetUpTearDown.MissingTearDown)
No idea what this means nor how I can fix the problem. Any idea anyone?