Addition of a parser test for page= parameter of image inclusion
authorTpt <thomaspt@hotmail.fr>
Wed, 18 Dec 2013 17:56:15 +0000 (18:56 +0100)
committerTpt <thomaspt@hotmail.fr>
Tue, 29 Apr 2014 17:55:44 +0000 (19:55 +0200)
commit17117f74f5d2e92a7a41ab949eb56d657aac6330
tree6c0f3333c25e8f30aa99c172c450e7a1944019a1
parent96764fbc9a67fa6040c6123d31ac3746fc6fd98f
Addition of a parser test for page= parameter of image inclusion

Support for DjVu is detected and parser tests that rely on it are disabled if needed.

Introduce DjVuSupport to easily detect DjVu support in unit tests

Change-Id: I53fd7b54e765d5f349abe74481bbc6f62f2b349e
tests/TestsAutoLoader.php
tests/parser/parserTest.inc
tests/parser/parserTests.txt
tests/phpunit/includes/media/DjVuTest.php
tests/phpunit/includes/parser/NewParserTest.php
tests/phpunit/mocks/media/MockDjVuHandler.php [new file with mode: 0644]
tests/testHelpers.inc