<div dir="ltr">Did you try installing phpunit/phpunit-selenium?<div><br><p style="margin:0px 0px 10px"><font color="#333333" face="Open Sans, sans-serif"><span style="font-size:16px;line-height:25.6px"><a href="https://phpunit.de/manual/3.7/en/selenium.html">https://phpunit.de/manual/3.7/en/selenium.html</a></span></font><br></p><p style="margin:0px 0px 10px;color:rgb(51,51,51);font-family:'Open Sans',sans-serif;font-size:16px;line-height:25.6px">The PHPUnit_Selenium package is included in the PHAR distribution of PHPUnit. It can be installed via Composer by adding the following <code style="font-family:'Source Code Pro',sans-serif;font-size:1em;padding:2px 4px;color:rgb(199,37,78);border-radius:4px;background-color:rgb(249,242,244)">"require-dev"</code> dependency:</p><pre style="overflow:auto;font-family:'Source Code Pro',sans-serif;font-size:16px;padding:9.5px;margin-top:0px;margin-bottom:10px;line-height:1.42857;color:rgb(51,51,51);word-break:break-all;word-wrap:break-word;border:1px solid rgb(204,204,204);border-radius:4px;background-color:rgb(245,245,245)"><span style="font-weight:700"><code style="font-family:'Source Code Pro',sans-serif;font-size:inherit;padding:0px;color:inherit;border-radius:0px;white-space:pre-wrap;background-color:transparent">"phpunit/phpunit-selenium": ">=1.2"</code></span></pre><br><br><br><div class="gmail_quote"><div dir="ltr">Lakmal padmakumara <<a href="mailto:rclakmal@gmail.com" target="_blank">rclakmal@gmail.com</a>> schrieb am Fr., 29. Jan. 2016 um 02:37 Uhr:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="color:rgb(7,55,99)"><font size="2"><span style="font-family:georgia,serif">Dear Developers, <br><br></span></font></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(7,55,99)"><font size="2">I'm trying to launch the test suite by running the following command from the root of phpmyadmin folder. </font><font size="2"><span style="font-family:georgia,serif"><span><br><br><span style="color:rgb(0,0,0)">"phpunit -c phpunit.xml.nocoverage"</span></span></span></font><br><span><br></span></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(7,55,99)"><span>But, I'm receiving the following error. <br><br>'<i><span style="color:rgb(0,0,0)">PHP Fatal error:  Class 'PHPUnit_Extensions_Selenium2TestCase' not found in /my_local_path/phpmyadmin/test/selenium/TestBase.php on line 18'</span><br></i></span></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(7,55,99)"><i><font size="2"><span style="font-family:georgia,serif"></span></font></i><br></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(7,55,99)">The installation of phpunit was done via composer and it was successful. Could you think of any other problem which might be causing this issue for me ?<br><br>PHP version 5.6.17<br>PHPUnit version 5.1.4 <br><br></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(7,55,99)">Thanks in advance. <br><br></div>-- <br><div>Best Regards<br>Lakmal<br></div></div>
_______________________________________________<br>
Developers mailing list<br>
<a href="mailto:Developers@phpmyadmin.net" target="_blank">Developers@phpmyadmin.net</a><br>
<a href="https://lists.phpmyadmin.net/mailman/listinfo/developers" rel="noreferrer" target="_blank">https://lists.phpmyadmin.net/mailman/listinfo/developers</a><br>
</blockquote></div></div></div>