Fix TestingAccessWrapper::__call
authorAdam Roses Wight <awight@wikimedia.org>
Thu, 26 Mar 2015 08:57:33 +0000 (01:57 -0700)
committerAwight <awight@wikimedia.org>
Thu, 26 Mar 2015 09:26:01 +0000 (09:26 +0000)
commitc46ee213f03868fa86a5399d2d82c76b1a897039
treea1c5bdf6b2be7d1a7e9bb8afc07003bce77d36bd
parent643e8a850059e9318210377b1308a9dbbced5dd1
Fix TestingAccessWrapper::__call

We were only passing the first parameter to the wrapped object's methods.

Change-Id: I27a69d1cc1b2d048e44514af8b4ac79d7ee1fb85
tests/phpunit/data/helpers/WellProtectedClass.php
tests/phpunit/includes/TestingAccessWrapper.php
tests/phpunit/includes/TestingAccessWrapperTest.php