Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Bug report submitted.
https://github.com/codewars/codewars.com/issues/2492
Thank you for your help.
I really confirm the issue on my side.
If I input the following empty code:
I run tests, I get, as expected, a PHPUnit error message 'Failed asserting that two arrays are equal.' because my code does not pass the tests.
Now I add an empty class below
Hop, re-run tests: Error : Call to undefined function get_generation()
I tried with another kata, same. No idea what is wrong with my setup. I tried another kata, same. See this recording of my browser https://watch.screencastify.com/v/Ud5L3dxTj3UOK8LLlzIv
I am sorry but what you just said does not work for me. I copy-paste your example and it does not work. Same error when running tests: Error : Call to undefined function get_generation()
I have this global get_generation() function next my classes, and yet I get the error. As soon as I remove the classes, the function is found again. Can you verify, so I know if it is just me or a confirmed issue ?
Oh :( disappointed. I built a solution in PHP but I use classes, a class Cell and a class Grid.
When I use classes and I run tests, output is
Error : Call to undefined function get_generation()
With no classes it runs fine. So... classes are not supported by codewars PHP ?