We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c7125 commit d27d471Copy full SHA for d27d471
tests/local/form/elements/element_html_test.php
@@ -51,11 +51,6 @@ final class element_html_test extends \advanced_testcase {
51
* @covers \qtype_questionpy\local\form\qpy_renderable
52
*/
53
public function test_rendered_html_should_match_snapshot(string $elementkind, qpy_renderable $element): void {
54
- global $CFG;
55
- if ($CFG->branch < '500') {
56
- $this->markTestSkipped('Mform HTML output changes between Moodle versions so we only run them on 5.X');
57
- }
58
-
59
$snapshotfilepath = __DIR__ . '/html/' . $elementkind . '.html';
60
61
// The sesskey is part of the form and therefore needs to be deterministic.
0 commit comments