Skip to content

Commit

Permalink
GH-751 Fix phpunit test
Browse files Browse the repository at this point in the history
  • Loading branch information
georgmaisser committed Dec 9, 2024
1 parent ea49cc6 commit 02b6816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bo_availability/condition_allowupdate_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public function test_booking_bookit_cancelrelativedate(array $bdata, array $expe
$plugingenerator = self::getDataGenerator()->get_plugin_generator('mod_booking');

foreach ($bdata['bookings'] as $key => $bookingdata) {
$bookingdata['course'] = $course->id;
$booking = $this->getDataGenerator()->create_module('booking', $bookingdata);

$record1 = (object)[
Expand Down

0 comments on commit 02b6816

Please sign in to comment.