Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 3ba249176a4a0317b3deef00d7e7a717cd55286d https://github.com/phpmyadmin/phpmyadmin/commit/3ba249176a4a0317b3deef00d7e7... Author: Michal Čihař michal@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@cihar.com