Merge branch 'MDL-43642_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Dan Poltawski 2014-01-14 15:48:49 +08:00
commit 2c9c8c7f46
7 changed files with 14 additions and 14 deletions

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