X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/tests/behat
home
/
cbholdings
/
pasukulu
/
lib
/
tests
/
behat
/
📁
..
📄
action_menu.feature
(1.11 KB)
📄
action_modal.feature
(2.06 KB)
📄
alpha_chooser.feature
(21.59 KB)
📄
behat_accessibility.php
(7.72 KB)
📄
behat_action_menu.php
(8.14 KB)
📄
behat_data_generators.php
(9.71 KB)
📄
behat_deprecated.php
(2.1 KB)
📄
behat_filters.php
(2.95 KB)
📄
behat_forms.php
(32.45 KB)
📄
behat_general.php
(97.03 KB)
📄
behat_hooks.php
(33.02 KB)
📄
behat_moodlenet.php
(2.03 KB)
📄
behat_navigation.php
(61.41 KB)
📄
behat_permissions.php
(12.62 KB)
📄
behat_transformations.php
(5.56 KB)
📄
datetime_any.feature
(4.24 KB)
📄
enabledashboard.feature
(846 B)
📄
expand_single_fieldset.feature
(697 B)
📄
largeforms.feature
(2.67 KB)
📄
locking.feature
(8.55 KB)
📄
min_max_version.feature
(1018 B)
📄
moodlenet_outbound.feature
(3.98 KB)
📄
permissionmanager.feature
(3.62 KB)
📄
readonlyform.feature
(1.7 KB)
📄
securelayout.feature
(1.68 KB)
📄
showuseridentity.feature
(4.26 KB)
📄
switch_editing_mode.feature
(2.72 KB)
📄
timezone.feature
(431 B)
📄
userfeedback.feature
(2.18 KB)
Editing: min_max_version.feature
@core Feature: Check for minimum or maximimum version of Moodle In order adapt acceptance tests for different versions of Moodle As a developer I should be able to skip tests according to the Moodle version present on a site Scenario: Minimum version too low Given the site is running Moodle version 99.0 or higher # The following steps should not be executed. If they are, the test will fail. When I log in as "admin" Then I should not see "Home" Scenario: Maximum version too high Given the site is running Moodle version 3.0 or lower # The following steps should not be executed. If they are, the test will fail. When I log in as "admin" Then I should not see "Home" Scenario: Minimum version OK Given the site is running Moodle version 3.0 or higher When I log in as "admin" Then I should see "Home" Scenario: Maximum version OK Given the site is running Moodle version 99.0 or lower When I log in as "admin" Then I should see "Home"
Upload File
Create Folder