Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3ba249176a4a0317b3deef00d7e7a717cd55286d
https://github.com/phpmyadmin/phpmyadmin/commit/3ba249176a4a0317b3deef00d7e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)
Changed paths:
M test/classes/PMA_Config_test.php
M test/classes/PMA_Header_test.php
M test/classes/PMA_Theme_test.php
Log Message:
-----------
Remove incomplete @covers annotations
PHPUnit now uses these to list code which is covered and was not listed
in @covers, what produces quite a lot of errors. I don't think we really
need to explicitely list those directives.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: acb18deb82a4b426eb0ec1045f12145dbfe668c6
https://github.com/phpmyadmin/phpmyadmin/commit/acb18deb82a4b426eb0ec1045f1…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)
Changed paths:
M test/selenium/PmaSeleniumXssTest.php
Log Message:
-----------
Need to skip the test explicitely before alert is open
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 6a179880204db4a246351004363eeba0c07ff3e9
https://github.com/phpmyadmin/phpmyadmin/commit/6a179880204db4a246351004363…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)
Changed paths:
M test/selenium/PmaSeleniumLoginTest.php
Log Message:
-----------
Add missing wait for elements after login
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 5162cbdff7dbae4d2f73c6deff10ca8b8b6646b7
https://github.com/phpmyadmin/phpmyadmin/commit/5162cbdff7dbae4d2f73c6deff1…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)
Changed paths:
M test/selenium/PmaSeleniumTableInsertTest.php
Log Message:
-----------
Disable Safari testing of testAddData, it is broken
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: a52d5faf3e53551cc165f0bb14af30b5e4ef646d
https://github.com/phpmyadmin/phpmyadmin/commit/a52d5faf3e53551cc165f0bb14a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-03-19 (Wed, 19 Mar 2014)
Changed paths:
M test/selenium/TestBase.php
Log Message:
-----------
Disable debug mode, does not work with Safari
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/5fc548191f64...a52d5faf3e53