<div dir="ltr">On Fri, Jul 4, 2014 at 1:00 PM, Michal Čihař <span dir="ltr"><<a href="mailto:michal@cihar.com" target="_blank">michal@cihar.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Hi<br>
<br>
Dne Fri, 4 Jul 2014 11:29:20 +0530<br>
Smita <<a href="mailto:kumarismita62@gmail.com">kumarismita62@gmail.com</a>> napsal(a):<br>
<div class=""><br>
> I wrote the selenium test for code written to automate normalization to<br>
> 1NF. Here is the pull request[0]. I was expecting the code coverage<br>
> reported by coverall will increase at least 1 to 2% but it didn't. Means<br>
> selenium test doesn't increase coverage ? May be because it seems to cover<br>
> only the behaviour of the system.<br>
<br>
</div>The coverage reporting in PHPUnit with Selenium was quite broken, so<br>
I've disabled it. If it's now working, we can try enabling that (maybe<br>
reverting 2a99cac and e3e0f33 will be enough, but that needs some<br>
testing).<br>
<div class=""><br></div></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="">
> If it is the case then how to cover the code segments which interact with<br>
> database ?<br>
> Is there a way to write test cases for codes interacting with databases<br>
> using normal phpUnit framework ?<br>
<br>
</div>You can mock the DBI (see eg.<br>
test/classes/PMA_TableReplaceSearch_test.php).<br></div></blockquote><div> </div><div>Yeah,  Thanks. I'll try this. :-)<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
</div><span class="HOEnZb"><font color="#888888"></font></span><div><span class="HOEnZb"><font color="#888888">
--<br>
        Michal Čihař | <a href="http://cihar.com" target="_blank">http://cihar.com</a> | <a href="http://phpmyadmin.net" target="_blank">http://phpmyadmin.net</a><br>
</font></span><br>------------------------------------------------------------------------------<br>
Open source business process management suite built on Java and Eclipse<br>
Turn processes into business applications with Bonita BPM Community Edition<br>
Quickly connect people, data, and systems into organized workflows<br>
Winner of BOSSIE, CODIE, OW2 and Gartner awards<br>
<a href="http://p.sf.net/sfu/Bonitasoft" target="_blank">http://p.sf.net/sfu/Bonitasoft</a><br>_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
<br></div></blockquote></div><br></div></div>