Question regarding test cases

Hi, I noticed Leetcode now supports PHP, and I'd like to get started cracking on some problems, however I noticed a few problems.

#1, there is only one test case run when you click run code.

#2 There is no console output for running test cases. Since I can't debug line by line this really helped me figure out problems.

#3 When debugging code it only shows the last arguments provided to my function, and it doesn't tell me what output it was expecting.

I come from another site called Code Signal and it has all of these things. I'd like to use both that and this site, but I need help figuring out how to manage without the above.

Thanks in advance! ^_^;;

Comments (4)