Dne Mon, 15 Apr 2013 09:50:44 +0200 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
The fix seems to break codecoverage on our Jenkins server. I noticed it has PHPUnit 3.6.11. I have phpunit 3.7.19
Michal, could you upgrade PHPUnit on the Jenkins server?
I've upgraded now, new coverage report is here:
Hi, From the code coveage page: http://ci.phpmyadmin.net/job/phpMyAdmin/cloverphp/
some render php pages are counted too. tbl_ .php
should I also also add UT to these files too if I try to do the Automatic testing GSOC project? In my mind, I want to add functional test case to cover these files: Benefit of Functional testing, we can guarantee phpmyadmin can work well on GradeA browsers. 1. Check the page is loaded correctly 2. Check the page is working well o GradeA browsers. 3. Check the css/js is working well
Thanks, Adam