ResourceLoaderImage: Add basic tests
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 29 Mar 2015 17:53:47 +0000 (19:53 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 30 Mar 2015 17:15:35 +0000 (19:15 +0200)
commitd469b379554f0961b0053651a88501b2e3bf8f92
tree62d4962c54a1d62adf0e170eeca0037a09843c99
parentfca3887393c5f388879a128355846f2755469aa4
ResourceLoaderImage: Add basic tests

Also remove some wrappers from ResourceLoaderImageModule tests that
are no longer necessary, since the files they were mocking now exist.

Bug: T86334
Change-Id: If02e58716ce8e6c8327c8939c6c6425bd48bb560
14 files changed:
tests/TestsAutoLoader.php
tests/phpunit/data/resourceloader/add.gif [new file with mode: 0644]
tests/phpunit/data/resourceloader/bold-a.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/bold-b.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/bold-f.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/help-ltr.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/help-rtl.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/next.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/next_massage.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/prev.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/remove.svg [new file with mode: 0644]
tests/phpunit/data/resourceloader/remove_variantize.svg [new file with mode: 0644]
tests/phpunit/includes/resourceloader/ResourceLoaderImageModuleTest.php
tests/phpunit/includes/resourceloader/ResourceLoaderImageTest.php [new file with mode: 0644]