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
2017-08-22Use actual value for cache...Michal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-22Excude Twig cache from coverage reportsMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-02List longest lasting tests from the json logMichal Čihař
Generate JSON report for tests and include it in output Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-01Remove no longer needed excludeMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-19Merge branch 'QA_4_6'Deven Bansod
2016-12-19Uncomment mistakenly commented Selenium testing settingDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-11-10Merge branch 'QA_4_6'Michal Čihař
2016-11-04Fixed small error in XML testDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-11-04Fixed regressive change in phpunit config fileDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-11-04Fix Navigation tests and Export testsDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-10-29Fix tests for Table, ThemeManager, Tracker classesDeven Bansod
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-07-11Remove Swekey supportMichal Čihař
It is buggy and their servers are no longer working. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-24Use phpmyadmin/shapefile instead of embedded bfShapeFileMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-19Merge branch 'QA_4_6'Michal Čihař
2016-04-19Use coding standard from phpmyadmin/coding-standardMichal Čihař
It is way cleaner to have the coding standard separte and use it when checking. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-24Remove exclusion of php-gettext from testMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-24Do not generate coverage for testsMichal Čihař
It is broken due to way how phpunit works - it doesn't count as covered data providers. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-22Include tests in test coverageMichal Čihař
It helps to identify not executed test files. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-22Do not generate coverage for composer packagesMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-22Remove no longer needed excludes from build configurationMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-20Removal of Swekeychintan zaveri
Signed-off-by: Chintan Zaveri <zaveri_chintan@rediff.com> master rebased Signed-off-by: Chintan Zaveri <zaveri_chintan@rediff.com>
2015-12-01Fix test discovery for class testsMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-07-23The test folder was included in coverage.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10Fixed failing tests. Also, removed deprecated PHPUnit configuration that ↵Dan Ungureanu
might cause issues with XDebug. Fixed a bug where the query delimiter would not be added. Updated sql-parser to udan11/sql-parser@7c925b6. Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10Added sql-parser to PHPUnit's exclude filter for code coverage.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
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