services module related options may not appear on admin/structure page. for this, I installed and activates all the services related modules (oauth, etc) then ran cron, and then ran update script. After this everything worked.
A recent fan of TDD, I set out to write tests for whatever comes my way. And there was one feature where the code would print messages to the console. Now - I had tests written for the API but I could not get my head around ways to capture these messages in my unittests. After some searching and some stroke of genius, here's how I accomplished capturing stdout.
Comments
Post a Comment