phpunit: Don't bother resetting unused global in UploadFromUrlTestSuite
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 31 Aug 2019 14:00:29 +0000 (15:00 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 31 Aug 2019 14:01:18 +0000 (15:01 +0100)
commit97f9c99234e5cbf63dce0ebd9759cecf31676b94
tree9ca760cea1cbb34355c44940a9725a809e9b8d9d
parentb0c56c7050227d5422d3b539b9ddcc44b7bf9e5a
phpunit: Don't bother resetting unused global in UploadFromUrlTestSuite

messageMemc is not used for anything important. Should be removed
soon, but at least don't reset it in tests. If something new depends
on it, it should fail.

Bug: T189966
Change-Id: Id707db028e6eba03242fc9e1541d785a607d9be9
tests/phpunit/suites/UploadFromUrlTestSuite.php