Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-24Do not build HTML coverage logs, we do not use them at allMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-17Convert remaining Selenium tests to new modelMichal Čihař
I expect many of them to be broken, but let's fix that later. Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-17Move selenium configuration to test/bootstrap-dist.phpMichal Čihař
This way it can be overridden from environment. Signed-off-by: Michal Čihař <michal@cihar.com>
2013-08-29Selenium 2 doesn't work with *firefoxayushchd
2013-08-26Sync selenium settingsMichal Čihař
2013-08-22Browser name change for Selenium2 compatibilityayushchd
2013-08-21Increase timeout for small tests as it goes over limit quite oftenMichal Čihař
2013-08-21These constants serve the same purposeMadhura Jayaratne
2013-08-15Add myqsl username and password configayushchd
2013-07-19Remove swekey from code coverageayushchd
2013-06-11Enable backupGlobals directive in phpunitMichal Čihař
2013-05-31Exclude phpseclib from coverage reportsMichal Čihař
2013-04-15Ignore some more thing from coverage reportsMichal Čihař
- coding style rules - user examples - admin scripts
2013-04-12only generate code coverage for php filesDieter Adriaenssens
2013-04-10include all files in code coverage, also the not tested onesDieter Adriaenssens
2012-11-12Colorify PHPUnitFilippo Tessarotto
2012-09-18Ignore gettexts .inc file as wellMichal Čihař
2012-09-18Ignore external libraries from coverage reportsMichal Čihař
2012-08-14Create engines test suit and fixed failing test casesYasitha Pandithawatta
2012-04-27Default to default MySQL setup (no password for root)Michal Čihař
2012-03-21Patch #3504536 Fixed the PMA selenium test cases (Login)Yasitha Pandithawatta
2011-07-22Added unit tests for Routines, Triggers and EventsRouslan Placella
2011-07-18Small fixes. New tests for Config.class.php and Theme.class.php,Zarubin Stas
2011-07-14Small changes in Selenium tests configurationZarubin Stas
2011-07-11PHPUnit database configuration and Environment testZarubin Stas
2011-06-29 - Unit Test grouped by library directoryZarubin Stas
- Added configuration file phpunit.xml.dist and bootstraper-dist.php - Ignoring phpunit.xml, bootstraper.php and build/