Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
Feature: Enable and disable plugins
2
  Scenario: Course with some disabled plugins
3
    Given the following config values are set as admin:
4
      | sendcoursewelcomemessage | 0 | enrol_manual |
5
    And I enable "page" "mod" plugin
6
    And I disable "book" "mod" plugin
7
    And the following "course" exists:
8
      | fullname         | Course test |
9
      | shortname        | C1          |
10
      | category         | 0           |
11
      | numsections      | 3           |
12
      | initsections     | 1           |