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.
It's a Draft, it hasn't a Submit button. Only published katas have it.
All test passed, all green, even borders :) But no submit button yet
$this->assertEquals(3, true);
$this->assertSame(3, true);
The first one will pass!
The second one will fail.
That is the difference.
I think you should use assertSame here.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I just tried a few solutions and had no problems; 106 guys passed the PHP kata. Maybe a CW problem, try later.
"Time: 289ms Passed: 0 Failed: 0" test doesn't start