Hi Michal,
I almost reduce the use of super global variables inside functions of PMA_DisplayResults class. Most of the fields are set while executing the getTable() function since they cannot set while executing the constructor.
Now I'm move into writing tests. I am facing to a problem with writing tests. How can I access or set the private variables, by a test ? The already existed tests also failing due to this change. Your suggestions will very helpful.
Regards !