We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b8b50 commit 7171586Copy full SHA for 7171586
tests/behat/behat_app.php
@@ -101,7 +101,7 @@ public function after_step(AfterStepScope $scope) {
101
* @throws dml_exception Problem with Moodle setup
102
* @throws ExpectationException Problem with resizing window
103
*/
104
- public function i_enter_the_app(string $username = null) {
+ public function i_enter_the_app(?string $username = null) {
105
$this->i_launch_the_app();
106
107
if (!is_null($username)) {
version.php
@@ -6,7 +6,7 @@
6
7
defined('MOODLE_INTERNAL') || die;
8
9
-$plugin->version = 2025022600;
+$plugin->version = 2025032500;
10
$plugin->requires = 2018051700;
11
$plugin->maturity = MATURITY_STABLE;
12
$plugin->release = '5.0.0';
0 commit comments