diff --git a/admin/tests/behat/behat_admin.php b/admin/tests/behat/behat_admin.php index 58b77754d55a4..2a021830f9a8e 100644 --- a/admin/tests/behat/behat_admin.php +++ b/admin/tests/behat/behat_admin.php @@ -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 @@ /** * 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 diff --git a/auth/tests/behat/behat_auth.php b/auth/tests/behat/behat_auth.php index 4ced1542330ad..d8ada6be84cd8 100644 --- a/auth/tests/behat/behat_auth.php +++ b/auth/tests/behat/behat_auth.php @@ -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 @@ /** * 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 diff --git a/backup/util/ui/tests/behat/behat_backup.php b/backup/util/ui/tests/behat/behat_backup.php index 84fb672bc7884..463f278e97c91 100644 --- a/backup/util/ui/tests/behat/behat_backup.php +++ b/backup/util/ui/tests/behat/behat_backup.php @@ -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 @@ /** * 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 diff --git a/blocks/comments/tests/behat/behat_block_comments.php b/blocks/comments/tests/behat/behat_block_comments.php index 059fe1d5f408f..094c6689d9488 100644 --- a/blocks/comments/tests/behat/behat_block_comments.php +++ b/blocks/comments/tests/behat/behat_block_comments.php @@ -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 @@ /** * 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 diff --git a/blocks/tests/behat/behat_blocks.php b/blocks/tests/behat/behat_blocks.php index 28d59caffb019..056bfbdf034ec 100644 --- a/blocks/tests/behat/behat_blocks.php +++ b/blocks/tests/behat/behat_blocks.php @@ -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 @@ /** * 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 diff --git a/cohort/tests/behat/behat_cohort.php b/cohort/tests/behat/behat_cohort.php index 887533b8a1f08..cb40300500dc8 100644 --- a/cohort/tests/behat/behat_cohort.php +++ b/cohort/tests/behat/behat_cohort.php @@ -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 @@ /** * 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 diff --git a/repository/tests/behat/behat_filepicker.php b/repository/tests/behat/behat_filepicker.php index dfebcfbe14857..ced8bffa8b9d4 100644 --- a/repository/tests/behat/behat_filepicker.php +++ b/repository/tests/behat/behat_filepicker.php @@ -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 @@ * * 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