Home
last modified time | relevance | path

Searched refs:getMockClientHandler (Results 1 – 3 of 3) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/
DUserTest.php42 $handler = $this->getMockClientHandler([new Response(200, [], '{}')], $container);
59 $handler = $this->getMockClientHandler([new Response(200, [], $str)], $container);
DMatrixHttpApiTest.php125 $handler = $this->getMockClientHandler([new Response(200, [], '{}')], $container);
249 $handler = $this->getMockClientHandler([new Response(200, [], '{}')], $container);
285 $handler = $this->getMockClientHandler([new Response(200, [], '{}')], $container);
DBaseTestCase.php34 protected function getMockClientHandler(array $responses, array &$container): HandlerStack { function in MatrixPhp\\BaseTestCase