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
 * @copyright  2019 Segun Babalola
34
 * @copyright  2019 Segun Babalola
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
 * @covers \enrol_imsenterprise_plugin
37
 * @covers \enrol_imsenterprise_plugin
38
 */
38
 */
39
class imsenterprise_unenrol_test extends \advanced_testcase {
39
final class imsenterprise_unenrol_test extends \advanced_testcase {
Línea 40... Línea 40...
40
 
40
 
41
    /**
41
    /**
42
     * @var $imsplugin enrol_imsenterprise_plugin IMS plugin instance.
42
     * @var $imsplugin enrol_imsenterprise_plugin IMS plugin instance.
43
     */
43
     */
Línea 44... Línea 44...
44
    public $imsplugin;
44
    public $imsplugin;
45
 
45
 
46
    /**
46
    /**
47
     * Setup required for all tests.
47
     * Setup required for all tests.
-
 
48
     */
48
     */
49
    protected function setUp(): void {
49
    protected function setUp(): void {
50
        parent::setUp();
50
        $this->resetAfterTest(true);
51
        $this->resetAfterTest(true);
51
        $this->imsplugin = enrol_get_plugin('imsenterprise');
52
        $this->imsplugin = enrol_get_plugin('imsenterprise');