You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got it running actually, but I had to make some modifications.
In the *.suite.yml files I had to comment out the lines with any \Helper.. line.
Afterwards I added this to: tests/_support/UnitTester.php public function createGameTable(): \Azul\Game\Table { return new Table(new Marker()); }
However, I am not sure if it is the right place. But anyways, the command: bin/codecept run unit runs now without problems: OK (47 tests, 150 assertions)
akosglue
pushed a commit
to akosglue/azul
that referenced
this issue
May 21, 2024
bin/codecept run unit
gives me an error
[RuntimeException] Call to undefined method UnitTester::createGameTable
The text was updated successfully, but these errors were encountered: