Rename tests/phpunit/includes/media files to match class names
authorKunal Mehta <legoktm@member.fsf.org>
Wed, 30 Jan 2019 05:35:11 +0000 (21:35 -0800)
committerKunal Mehta <legoktm@member.fsf.org>
Wed, 30 Jan 2019 07:21:13 +0000 (23:21 -0800)
commit951690c02e5e969cf7d40aa284b504ba49118eb7
tree7cdd431cfb6f3b94e7c339c683f8848bfb96cca6
parent8ff88cc4d2128a940e1ae77dc44baf1cf6516b41
Rename tests/phpunit/includes/media files to match class names

The classes were renamed in 9bf39163, this updates the test cases to
match. Also take care of XCF while we're at it too.

Change-Id: Iaaeee93e496af6cdd610df5bc75302ecfe273f64
12 files changed:
.phpcs.xml
autoload.php
includes/media/XCF.php [deleted file]
includes/media/XCFHandler.php [new file with mode: 0644]
tests/phpunit/includes/media/GIFHandlerTest.php [new file with mode: 0644]
tests/phpunit/includes/media/GIFTest.php [deleted file]
tests/phpunit/includes/media/PNGHandlerTest.php [new file with mode: 0644]
tests/phpunit/includes/media/PNGTest.php [deleted file]
tests/phpunit/includes/media/WebPHandlerTest.php [new file with mode: 0644]
tests/phpunit/includes/media/WebPTest.php [deleted file]
tests/phpunit/includes/media/XCFHandlerTest.php [new file with mode: 0644]
tests/phpunit/includes/media/XCFTest.php [deleted file]