wiki.techinc.nl/tests/phpunit/includes/parser
C. Scott Ananian dece73dff9 ParserTests: fix bits column in uploaded images for test cases.
When running parser tests on a sqlite3 database, the insertion of the
djvu image before running the test suite will fail because `NULL` is not
a valid value for the `bits` column of the `image` table.  This will
cause the test suite to eventually fail, since {{NUMBEROFFILES}} differs.

Test uploads show that `bits` is usually set to 0 for both SVG and
DJVU uploads, so fix this (in both the standalone test runner and the
phpunit test runner).

Change-Id: I8689a547d34035534723e87c4c2680c4e67245f2
2014-06-03 21:49:40 +00:00
..
MagicVariableTest.php Pass phpcs-strict on some test files (9/11) 2014-04-24 13:50:47 -07:00
MediaWikiParserTest.php Fixed some @params documentation (tests) 2014-04-17 20:43:42 +02:00
NewParserTest.php ParserTests: fix bits column in uploaded images for test cases. 2014-06-03 21:49:40 +00:00
ParserMethodsTest.php Create Parser::stripOuterParagraph to avoid code duplication 2014-05-15 12:20:19 -04:00
ParserOutputTest.php General cleanup of Parser tests 2013-10-23 12:26:15 +00:00
ParserPreloadTest.php General cleanup of Parser tests 2013-10-23 12:26:15 +00:00
PreprocessorTest.php Pass phpcs-strict on some test files (9/11) 2014-04-24 13:50:47 -07:00
TagHooksTest.php Pass phpcs-strict on some test files (10/11) 2014-04-24 13:50:56 -07:00
TidyTest.php Make setUp and tearDown protected in tests 2013-11-24 01:48:09 +01:00