mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-43642_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
2c9c8c7f46
7 changed files with 14 additions and 14 deletions
|
@ -17,7 +17,7 @@
|
||||||
/**
|
/**
|
||||||
* Steps definitions related with administration.
|
* Steps definitions related with administration.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_admin
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2013 David Monllaó
|
* @copyright 2013 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
@ -35,7 +35,7 @@ use Behat\Behat\Context\Step\Given as Given,
|
||||||
/**
|
/**
|
||||||
* Site administration level steps definitions.
|
* Site administration level steps definitions.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_admin
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2013 David Monllaó
|
* @copyright 2013 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
/**
|
/**
|
||||||
* Basic authentication steps definitions.
|
* Basic authentication steps definitions.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_auth
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2012 David Monllaó
|
* @copyright 2012 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
@ -34,7 +34,7 @@ use Behat\Behat\Context\Step\When as When;
|
||||||
/**
|
/**
|
||||||
* Log in log out steps definitions.
|
* Log in log out steps definitions.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_auth
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2012 David Monllaó
|
* @copyright 2012 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
/**
|
/**
|
||||||
* Backup and restore actions to help behat feature files writting.
|
* Backup and restore actions to help behat feature files writting.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_backup
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2013 David Monllaó
|
* @copyright 2013 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
@ -35,7 +35,7 @@ use Behat\Gherkin\Node\TableNode as TableNode,
|
||||||
/**
|
/**
|
||||||
* Backup-related steps definitions.
|
* Backup-related steps definitions.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_backup
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2013 David Monllaó
|
* @copyright 2013 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
/**
|
/**
|
||||||
* Commenting system steps definitions.
|
* Commenting system steps definitions.
|
||||||
*
|
*
|
||||||
* @package core_comment
|
* @package block_comments
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2013 David Monllaó
|
* @copyright 2013 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
@ -33,7 +33,7 @@ use Behat\Mink\Exception\ElementNotFoundException as ElementNotFoundException,
|
||||||
/**
|
/**
|
||||||
* Steps definitions to deal with the commenting system
|
* Steps definitions to deal with the commenting system
|
||||||
*
|
*
|
||||||
* @package core_comment
|
* @package block_comments
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2013 David Monllaó
|
* @copyright 2013 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
/**
|
/**
|
||||||
* Steps definitions related with blocks.
|
* Steps definitions related with blocks.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_block
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2012 David Monllaó
|
* @copyright 2012 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
@ -32,7 +32,7 @@ use Behat\Behat\Context\Step\Given as Given;
|
||||||
/**
|
/**
|
||||||
* Blocks management steps definitions.
|
* Blocks management steps definitions.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_block
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2012 David Monllaó
|
* @copyright 2012 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
/**
|
/**
|
||||||
* Cohorts steps definitions.
|
* Cohorts steps definitions.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_cohort
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2013 David Monllaó
|
* @copyright 2013 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
@ -32,7 +32,7 @@ use Behat\Behat\Context\Step\Given as Given;
|
||||||
/**
|
/**
|
||||||
* Steps definitions for cohort actions.
|
* Steps definitions for cohort actions.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_cohort
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2013 David Monllaó
|
* @copyright 2013 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
/**
|
/**
|
||||||
* Filemanager and filepicker manipulation steps definitions.
|
* Filemanager and filepicker manipulation steps definitions.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_filepicker
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2013 David Monllaó
|
* @copyright 2013 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
@ -35,7 +35,7 @@ use Behat\Mink\Exception\ExpectationException as ExpectationException,
|
||||||
*
|
*
|
||||||
* Extends behat_files rather than behat_base as is file-related.
|
* Extends behat_files rather than behat_base as is file-related.
|
||||||
*
|
*
|
||||||
* @package core
|
* @package core_filepicker
|
||||||
* @category test
|
* @category test
|
||||||
* @copyright 2013 David Monllaó
|
* @copyright 2013 David Monllaó
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue