wiki.techinc.nl/tests/phpunit/includes/upload
Kunal Mehta 827cfb3351 Fix UploadBase::checkXMLEncodingMissmatch() on PHP 7.1+
file_get_contents() started supporting a negative offset in 7.1+. But
we really just want to start with 0.

Also fix the order of arguments to assertSame() so that the expected
value is first.

Bug: T182366
Change-Id: I84c92652de5b51a43f6e2b58cd235d2889093453
2018-06-06 20:13:13 -07:00
..
UploadBaseTest.php Fix UploadBase::checkXMLEncodingMissmatch() on PHP 7.1+ 2018-06-06 20:13:13 -07:00
UploadFromUrlTest.php Update declaration of UploadFromUrlTest::doApiRequest 2018-04-10 13:54:52 -07:00
UploadStashTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00