Skip to content

Commit

Permalink
Fix PHPUnit complaint with the image element
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Jan 10, 2024
1 parent 948bee1 commit d1c8e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/event/events_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ public function test_copy_to_template() {
$element->pageid = $page1id;
$element->name = 'image';
$element->element = 'image';
$element->data = '';
$DB->insert_record('customcert_elements', $element);

// Add another template.
Expand Down

0 comments on commit d1c8e3f

Please sign in to comment.