ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilModulesExerciseSuite.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
3/* Copyright (c) 1998-2021 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5use PHPUnit\Framework\TestSuite;
6
7require_once __DIR__ . '/bootstrap.php';
8
13class ilModulesExerciseSuite extends TestSuite
14{
15 public static function suite()
16 {
18
19 require_once("./Modules/Exercise/test/PeerReview/ExcPeerReviewTest.php");
20 $suite->addTestSuite("ExcPeerReviewTest");
21
22 return $suite;
23 }
24}
$suite
An exception for terminatinating execution or to throw for unit testing.