Remove unused method parameters from TestBagOStuff
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Wed, 10 Jan 2018 13:32:56 +0000 (14:32 +0100)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 30 Jan 2018 16:04:45 +0000 (11:04 -0500)
commit1ade7ff45b245c116a74e1fa6c047d5ced766385
tree4057a8cb8cfd2c79a1a802c0870f0eae0af83294
parent55c51f36a4869614d870dac5d870638ec58a95ff
Remove unused method parameters from TestBagOStuff

This is a test mock exclusively used in tests. All code I'm removing here
is unused and neither needed nor covered by any test.

Change-Id: Ifd010c49973460f6fbb2cd83f8fd63488f5fd291
tests/phpunit/includes/session/SessionBackendTest.php
tests/phpunit/includes/session/SessionManagerTest.php
tests/phpunit/includes/session/TestBagOStuff.php