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.
Thanks for catching that. I didn't notice before. It was because I ported your "testSolution" method to my test class. In PHPUnit, methods that start with "test" are supposed to be unit test methods. PHPUnit warns you when a unit test does not run any assertions. I renamed the method to "checkSolution" to avoid the problem.
Thanks :) Just one more question - when I run it, at the end there's a passed test that just says "Warning". I can't work out what this is or where it's coming from - could you explain?
Good criticism. I think it's a little better now. PHPUnit doesn't provide quite as much as verbosity as Jasmine.
Thanks for your translation :) Is there a reason the example test cases don't provide information about what they're testing on? Seems so handy to have
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution