Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 43... Línea 43...
43
 *
43
 *
44
 * @package core_calendar
44
 * @package core_calendar
45
 * @copyright 2017 Ryan Wyllie <ryan@moodle.com>
45
 * @copyright 2017 Ryan Wyllie <ryan@moodle.com>
46
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
46
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
47
 */
47
 */
48
class repeat_event_collection_test extends \advanced_testcase {
48
final class repeat_event_collection_test extends \advanced_testcase {
49
    /**
49
    /**
50
     * Test that the collection id is set to the parent id if the repeat id
50
     * Test that the collection id is set to the parent id if the repeat id
51
     * is falsey.
51
     * is falsey.
52
     */
52
     */
53
    public function test_parent_id_no_repeat_id(): void {
53
    public function test_parent_id_no_repeat_id(): void {