chesslablab/chess-server

Write a unit test to check the /accept command

programarivm opened this issue · 2 comments

Write a unit test in tests/unit/CommandParserTest.php called validate_accept_foobar() to check that the following command passes the parser validation.

/accept foobar

Happy coding!

Hi there, happy learning and coding!

@programarivm I have made a PR to fix this issue.