Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 121... Línea 121...
121
 
121
 
122
    /**
122
    /**
123
     * @dataProvider chat_format_message_manually_provider
123
     * @dataProvider chat_format_message_manually_provider
124
     */
124
     */
125
    public function test_chat_format_message_manually($messagetext, $issystem, $willreturn,
125
    public function test_chat_format_message_manually($messagetext, $issystem, $willreturn,
Línea 126... Línea 126...
126
            $expecttext, $refreshusers, $expectbeep) {
126
            $expecttext, $refreshusers, $expectbeep): void {
Línea 127... Línea 127...
127
 
127
 
128
        $this->resetAfterTest();
128
        $this->resetAfterTest();