Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 34... Línea 34...
34
 *
34
 *
35
 * @package    core_group
35
 * @package    core_group
36
 * @copyright  2013 Frédéric Massart
36
 * @copyright  2013 Frédéric Massart
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38
 */
38
 */
39
class lib_test extends \advanced_testcase {
39
final class lib_test extends \advanced_testcase {
Línea 40... Línea 40...
40
 
40
 
41
    public function test_member_added_event(): void {
41
    public function test_member_added_event(): void {
Línea 42... Línea 42...
42
        $this->resetAfterTest();
42
        $this->resetAfterTest();
Línea 881... Línea 881...
881
    }
881
    }
Línea 882... Línea 882...
882
 
882
 
883
    /**
883
    /**
884
     * Tests set_groups_messaging
884
     * Tests set_groups_messaging
885
     *
885
     *
886
     * @covers \core_group::set_groups_messaging
886
     * @covers ::set_groups_messaging
887
     */
887
     */
888
    public function test_set_groups_messaging(): void {
888
    public function test_set_groups_messaging(): void {
889
        $this->resetAfterTest();
889
        $this->resetAfterTest();
890
        $this->setAdminUser();
890
        $this->setAdminUser();
Línea 921... Línea 921...
921
    }
921
    }
Línea 922... Línea 922...
922
 
922
 
923
    /**
923
    /**
924
     * Tests set group messaging where it doesn't exist
924
     * Tests set group messaging where it doesn't exist
925
     *
925
     *
926
     * @covers \core_group::set_groups_messaging
926
     * @covers ::set_groups_messaging
927
     */
927
     */
928
    public function test_set_groups_messaging_doesnt_exist(): void {
928
    public function test_set_groups_messaging_doesnt_exist(): void {
929
        $this->resetAfterTest();
929
        $this->resetAfterTest();