. // NOTE: no MOODLE_INTERNAL test here, this file may be required by behat before including /config.php. require_once(__DIR__ . '/../../../lib/behat/behat_deprecated_base.php'); /** * Steps definitions that are now deprecated and will be removed in the next releases. * * This file only contains the steps that previously were in the behat_*.php files in the SAME DIRECTORY. * When deprecating steps from other components or plugins, create a behat_COMPONENT_deprecated.php * file in the same directory where the steps were defined. * * @package core * @category test * @copyright 2013 David Monllaó * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class behat_deprecated extends behat_deprecated_base { }