Hi
First of all please try to remove useless quoting in the email, it makes them easier to read.
Dne Sun, 13 May 2012 16:04:17 +0530 Chanaka Dharmarathna pe.chanaka.ck@gmail.com napsal(a):
I set up the testing environment in my machine and now evolving with the improvements of unit tests for some modified function.
When I run unit test for "PMA_showMessage" function in "common.lib.php" file, it gives me some fatal errors. (Call to undefined function PMA_warnMissingExtension() ...) I used the command : $phpunit test/libraries/common/PMA_showMessage_test_disabled.php
Do you have any idea on this ?
Probably the test is missing some includes, many of tests were not really tested standalone.