SlimPHP and PHPunit – “Failed asserting that 200 is identical to 404”
I got the “Failed asserting that 200 is identical to 404” while using Slim and phpunit. But the API works fine when manually testing. After some digging, I realized that phpunit did not like the way I included files in my app –…