Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 21... Línea 21...
21
 *
21
 *
22
 * @package workshopallocation_scheduled
22
 * @package workshopallocation_scheduled
23
 * @copyright 2020 Jaume I University <https://www.uji.es/>
23
 * @copyright 2020 Jaume I University <https://www.uji.es/>
24
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 */
25
 */
26
class scheduled_allocator_test extends \advanced_testcase {
26
final class scheduled_allocator_test extends \advanced_testcase {
Línea 27... Línea 27...
27
 
27
 
28
    /** @var \stdClass $course The course where the tests will be run */
28
    /** @var \stdClass $course The course where the tests will be run */
Línea 29... Línea 29...
29
    private $course;
29
    private $course;