Skip to content

Commit

Permalink
Test: Fix Options in Exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Jan 13, 2025
1 parent 95c7633 commit f81bf3e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ private function buildOptionsForTestWithNames(): array
$this->lng->txt('exp_all_test_runs'),
$this->ctrl->getLinkTargetByClass(self::class, 'exportResults')
);
$options = $this->addPluginExportsToOptions($options);
return $this->addCertificateExportToOptions($options);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function deliver(): void
null,
true
);
$this->file_delivery->deliver();
}

public function write(): ?string
Expand Down
3 changes: 0 additions & 3 deletions components/ILIAS/Test/src/ExportImport/Export.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
namespace ILIAS\Test\ExportImport;

use ILIAS\Test\Logging\TestLogger;

use ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository;

use ILIAS\Language\Language;
use ILIAS\FileDelivery\Services as FileDeliveryServices;

Expand Down Expand Up @@ -194,7 +192,6 @@ public function deliver(): void
null,
true
);
$this->file_delivery->deliver();
}

protected function getQtiXml()
Expand Down

0 comments on commit f81bf3e

Please sign in to comment.