Ad
  • Custom User Avatar

    That's not the test you're failing. You're failing a test with 2 empty arrays.

    Consider adding something like this at the start of function:

    echo "\n--------------\n";
    var_dump($a1);
    var_dump($a2);
    

    Not a kata issue.