I have problems too, when I execute I get white response. I'm using statusnet 1.0.1
For example: phpunit CommandInterperterTest.php
I read: "If you get no output, check if your config.php is looking for a 'LACONICA' constant and try changing it to 'STATUSNET'." From http://status.net/wiki/Unit_testing
Then I try to change 'LACONICA' for 'STATUSNET' in configuration but it doesn't work...
Comments
For example:
phpunit CommandInterperterTest.php
I read: "If you get no output, check if your config.php is looking for a 'LACONICA' constant and try changing it to 'STATUSNET'." From http://status.net/wiki/Unit_testing
Then I try to change 'LACONICA' for 'STATUSNET' in configuration but it doesn't work...
Any suggestion?
Thanks