when i put wfDebugLog in a php file it works when i open a local mediawiki page, but not when i run phpunit test.
Topic on Manual talk:How to debug
it is permission problem. phpunit runs by user, local page runs by www-data. when i tried log file in user home folder, it works.