Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 32... Línea 32...
32
 *
32
 *
33
 * @package    core_message
33
 * @package    core_message
34
 * @copyright  2014 Andrew Nicols <andrew@nicols.co.uk>
34
 * @copyright  2014 Andrew Nicols <andrew@nicols.co.uk>
35
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 */
36
 */
37
class inbound_test extends \advanced_testcase {
37
final class inbound_test extends \advanced_testcase {
Línea 38... Línea 38...
38
 
38
 
39
    /**
39
    /**
40
     * Perform setup tasks generic to each test.
40
     * Perform setup tasks generic to each test.
41
     * This includes:
41
     * This includes:
42
     * * configuring the messageinbound_mailbox.
42
     * * configuring the messageinbound_mailbox.
43
     */
43
     */
44
    public function setUp(): void {
44
    public function setUp(): void {
-
 
45
        global $CFG;
Línea 45... Línea 46...
45
        global $CFG;
46
        parent::setUp();
Línea 46... Línea 47...
46
 
47
 
47
        $this->resetAfterTest(true);
48
        $this->resetAfterTest(true);