bdaloukas / moodle-mod_game

moodle-mod_game
GNU General Public License v3.0
15 stars 41 forks source link

fixing syntax errors retrived during unit tests #71

Closed pramithkm closed 1 month ago

pramithkm commented 1 month ago

Hi,

There were issues during the PHP unit tests and I had to fix these lines of code. Here's an error sample I received .

Parse error: syntax error, unexpected ')', expecting ']' in /var/www/html/mod/game/tests/generator_testcase.php on line 62
Errors parsing /var/www/html/mod/game/tests/generator_testcase.php

Thanks, Pramith.

bdaloukas commented 1 month ago

Thank you. I merged it.