<div dir="ltr">Hello everyone,<div><br></div><div>I'm trying to fix the failing tests for the code I developed. I need a little help from the community in it.</div><div><br></div><div>I am providing appropriate new data in the data provider in 'PMA_Error_Handler_Test::providerForTestHandleError()' [0]. That data contains a string with empty single quotes (<font face="courier new, monospace">''</font>) in it (see, Line#98 [1] ). So, I escaped it with backslash (\) and passed it as (<font face="courier new, monospace">\'\'</font>). But that gives a very weird behavior. See Line#342  [2] of the log where it starts repeating the string again in itself. It seems to be going in recursion somewhere. </div>
<div><br></div><div>Am I doing anything wrong Or is it just a bug in PHPUnit? </div><div>Is there anyway I can fix this??</div><div><br></div><div><br></div><div>[0]: <a href="https://github.com/dhananjay92/phpmyadmin/blob/dhananjay-gsoc-dev/test/classes/PMA_Error_Handler_test.php#L87">https://github.com/dhananjay92/phpmyadmin/blob/dhananjay-gsoc-dev/test/classes/PMA_Error_Handler_test.php#L87</a></div>
<div>[1]: <a href="https://github.com/dhananjay92/phpmyadmin/blob/dhananjay-gsoc-dev/test/classes/PMA_Error_Handler_test.php#L98">https://github.com/dhananjay92/phpmyadmin/blob/dhananjay-gsoc-dev/test/classes/PMA_Error_Handler_test.php#L98</a></div>
<div>[2]: <a href="https://travis-ci.org/dhananjay92/phpmyadmin/jobs/26636648#L342">https://travis-ci.org/dhananjay92/phpmyadmin/jobs/26636648#L342</a></div><div><br></div><div><br></div><div style>Thanks,</div><div style>
Dhananjay Nakrani.</div>
</div>