Forum


Failed test

Kósa Bence
8%
Posts: 8
  • TF Learn
July 01, 2026

After the update the test failed with the following message: 0 - Call to undefined method

TfLearn\Administrator\Helper\Question::function_name()

Kósa Bence
8%
Posts: 8
July 01, 2026

On the new version in the test it is sending an error message because TechFry\Component\TfLearn\Administrator\Helper\Question.php file line 56 missing $
$correct_answer = $this->$function_name();
but your version is this
$correct_answer = $this->function_name();

Joomla Fry
100%
Posts: 1108
July 01, 2026

Thank you for informing about the issue and diving deeper into the code.

We have now rectified this.

Login to Reply