Remove broken explode() from MediaWikiMediaTestCase::dataFile()
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Wed, 27 Mar 2019 10:22:49 +0000 (11:22 +0100)
committerThiemo Kreuz (WMDE) <thiemo.kreuz@wikimedia.de>
Thu, 28 Mar 2019 23:01:27 +0000 (23:01 +0000)
commit0d043194cc523c282dc92520bb0316b4f5ae03b0
tree9a0faa71e06eaccdb61210765462483227a8bbd9
parent8a0f5676c92c486656b260c448c8e0284e5321ca
Remove broken explode() from MediaWikiMediaTestCase::dataFile()

It appears this is unused. Providing false is enough. When all tests go
green, this should be proof enough that all tests are fine with this
fallback code being removed.

Change-Id: I1fdeb26c61d67f5564377770c6d5e11d789971bb
tests/phpunit/includes/media/MediaWikiMediaTestCase.php