mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-43213 fix init regression and remove $checkphp parameter
This commit is contained in:
parent
a0e1168751
commit
9bb80d2005
6 changed files with 33 additions and 23 deletions
|
@ -100,10 +100,9 @@ class behat_command {
|
|||
* It checks behat dependencies have been installed and runs
|
||||
* the behat help command to ensure it works as expected
|
||||
*
|
||||
* @param bool $checkphp Extra check for the PHP version
|
||||
* @return int Error code or 0 if all ok
|
||||
*/
|
||||
public static function behat_setup_problem($checkphp = false) {
|
||||
public static function behat_setup_problem() {
|
||||
global $CFG;
|
||||
|
||||
$clibehaterrorstr = "Behat dependencies not installed. Ensure you ran the composer installer. " . self::DOCS_URL . "#Installation\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue