MDL-43642 behat: Setting the correct files @package

This commit is contained in:
David Monllao 2014-01-10 17:42:05 +08:00
parent 8a0667a994
commit abe572e3f2
7 changed files with 14 additions and 14 deletions

View File

@ -17,7 +17,7 @@
/**
* Steps definitions related with administration.
*
* @package core
* @package core_admin
* @category test
* @copyright 2013 David Monllaó
* @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.
*
* @package core
* @package core_admin
* @category test
* @copyright 2013 David Monllaó
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View File

@ -18,7 +18,7 @@
/**
* Basic authentication steps definitions.
*
* @package core
* @package core_auth
* @category test
* @copyright 2012 David Monllaó
* @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.
*
* @package core
* @package core_auth
* @category test
* @copyright 2012 David Monllaó
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View File

@ -17,7 +17,7 @@
/**
* Backup and restore actions to help behat feature files writting.
*
* @package core
* @package core_backup
* @category test
* @copyright 2013 David Monllaó
* @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.
*
* @package core
* @package core_backup
* @category test
* @copyright 2013 David Monllaó
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View File

@ -17,7 +17,7 @@
/**
* Commenting system steps definitions.
*
* @package core_comment
* @package block_comments
* @category test
* @copyright 2013 David Monllaó
* @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
*
* @package core_comment
* @package block_comments
* @category test
* @copyright 2013 David Monllaó
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View File

@ -17,7 +17,7 @@
/**
* Steps definitions related with blocks.
*
* @package core
* @package core_block
* @category test
* @copyright 2012 David Monllaó
* @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.
*
* @package core
* @package core_block
* @category test
* @copyright 2012 David Monllaó
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View File

@ -17,7 +17,7 @@
/**
* Cohorts steps definitions.
*
* @package core
* @package core_cohort
* @category test
* @copyright 2013 David Monllaó
* @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.
*
* @package core
* @package core_cohort
* @category test
* @copyright 2013 David Monllaó
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

View File

@ -17,7 +17,7 @@
/**
* Filemanager and filepicker manipulation steps definitions.
*
* @package core
* @package core_filepicker
* @category test
* @copyright 2013 David Monllaó
* @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.
*
* @package core
* @package core_filepicker
* @category test
* @copyright 2013 David Monllaó
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later