i usually use the php manual for the PHP katas
In PHP when i run my code through test it passes, but when i hit attempt it returns the following issues:
(testrpcBasics) Failed asserting that null is identical to 'Player 1 won!'.
(test 1) Failed asserting that null is identical to 'Player 1 won!'.
(test 2) Failed asserting that null is identical to 'Player 2 won!'.
Just a minor Feedback: if you're using the curlybrackets, then put them in the next row so the code is simpler to read.
Loading collection data...
i usually use the php manual for the PHP katas
In PHP when i run my code through test it passes, but when i hit attempt it returns the following issues:
Just a minor Feedback:
if you're using the curlybrackets, then put them in the next row so the code is simpler to read.