X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2FPolyfillTestCase8.php;h=5c8711a09400915b9f742758e9a0c2c9054d5731;hb=56db7be54cb34f5115113454dfb203f065b45f29;hp=55870ecb6f90bc66e0bd693582349f83f26b633a;hpb=e3bc20eb11b411ccb40cbb41bd0579eb045bd016;p=plcapi.git diff --git a/tests/PolyfillTestCase8.php b/tests/PolyfillTestCase8.php index 55870ec..5c8711a 100644 --- a/tests/PolyfillTestCase8.php +++ b/tests/PolyfillTestCase8.php @@ -5,7 +5,7 @@ use Yoast\PHPUnitPolyfills\TestCases\TestCase; abstract class PhpXmlRpc_PolyfillTestCase extends TestCase { - public function _run(TestResult $result = null) { + public function _run($result = null) { return parent::run($result); }