Copy various random files used by tests to tests/phpunit/data
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 26 May 2014 09:55:07 +0000 (11:55 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Tue, 3 Jun 2014 20:52:51 +0000 (22:52 +0200)
commitfd718959b6cae8473291e2c21e842d2563bf8c4e
tree498ca0294c0dd04089faef79529aa4746c062ece
parent9491c0a60c699b071872ef2d43ffadc90e7820aa
Copy various random files used by tests to tests/phpunit/data

The tests currently depend on them never being renamed, which is bad.
(Actual file data in git is de-duplicated automatically AFAIK.)

Change-Id: Id2440326981218f9e7d51541a168db59183fdadf
tests/parser/parserTest.inc
tests/phpunit/data/filerepo/video.png [new file with mode: 0644]
tests/phpunit/data/filerepo/wiki.png [new file with mode: 0644]
tests/phpunit/data/parser/LoremIpsum.djvu [new file with mode: 0644]
tests/phpunit/data/parser/headbg.jpg [new file with mode: 0644]
tests/phpunit/data/parser/wiki.png [new file with mode: 0644]
tests/phpunit/data/upload/headbg.jpg [new file with mode: 0644]
tests/phpunit/includes/filerepo/StoreBatchTest.php
tests/phpunit/includes/parser/NewParserTest.php
tests/phpunit/suites/UploadFromUrlTestSuite.php