parserTests: Do not check for DjVu support
authorTim Starling <tstarling@wikimedia.org>
Wed, 28 Sep 2016 00:22:46 +0000 (10:22 +1000)
committerTim Starling <tstarling@wikimedia.org>
Wed, 28 Sep 2016 05:44:27 +0000 (15:44 +1000)
commit8fd5a3b79337b20049925b025ca866e9ef164317
tree83ed287dbd4347f0f04438ccc6ebc2759c3191b6
parent685d6dbca432cd0805bc27869deda6efb9dbca6b
parserTests: Do not check for DjVu support

Unnecessary now that we have MockMediaHandlerFactory. Have
MockDjVuHandler::isEnabled() always return true so that we don't have to
hack the configuration. May possibly help the ProofreadPage tests pass
in Jenkins.

Also remove a couple of unnecessary debug log calls.

Change-Id: Ic8aea8fe235b4b5336a7377c4b61379ed06a67ab
tests/parser/ParserTestRunner.php
tests/phpunit/mocks/media/MockDjVuHandler.php