Rename all files used in ResourceLoaderImageModule tests to fake names
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 6 Jun 2017 13:04:09 +0000 (15:04 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Tue, 6 Jun 2017 13:17:29 +0000 (13:17 +0000)
commitefd707de3750b4016943243734021701d75074ae
tree7eb89952528f35c9fca4d96899da26451916253e
parentdd362c923d92bf334aa230e3cf393ada1ff88864
Rename all files used in ResourceLoaderImageModule tests to fake names

Using names that match real OOjs UI icons is confusing when trying to
find usages of the real icons and when debugging the tests.

Bug: T166730
Change-Id: Ibb97c0347476efc95f1a50c97822d7dab19737f2
31 files changed:
tests/phpunit/data/resourceloader/abc.gif [new file with mode: 0644]
tests/phpunit/data/resourceloader/add.gif [deleted file]
tests/phpunit/data/resourceloader/bold-a.svg [deleted file]
tests/phpunit/data/resourceloader/bold-b.svg [deleted file]
tests/phpunit/data/resourceloader/bold-f.svg [deleted file]
tests/phpunit/data/resourceloader/def.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/def_variantize.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/ghi.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/ghi_massage.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/help-ltr.svg [deleted file]
tests/phpunit/data/resourceloader/help-rtl.svg [deleted file]
tests/phpunit/data/resourceloader/jkl.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/mno-ltr.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/mno-rtl.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/next.svg [deleted file]
tests/phpunit/data/resourceloader/next_massage.svg [deleted file]
tests/phpunit/data/resourceloader/oouiimagemodule/apex/icons.json
tests/phpunit/data/resourceloader/oouiimagemodule/apex/images/icons/search.svg [deleted file]
tests/phpunit/data/resourceloader/oouiimagemodule/apex/images/icons/stu.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/oouiimagemodule/wikimediaui/icons.json
tests/phpunit/data/resourceloader/oouiimagemodule/wikimediaui/images/icons/search.svg [deleted file]
tests/phpunit/data/resourceloader/oouiimagemodule/wikimediaui/images/icons/stu.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/pqr-a.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/pqr-b.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/pqr-f.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/prev.svg [deleted file]
tests/phpunit/data/resourceloader/remove.svg [deleted file]
tests/phpunit/data/resourceloader/remove_variantize.svg [deleted file]
tests/phpunit/includes/resourceloader/ResourceLoaderImageModuleTest.php
tests/phpunit/includes/resourceloader/ResourceLoaderImageTest.php
tests/phpunit/includes/resourceloader/ResourceLoaderOOUIImageModuleTest.php