Home
last modified time | relevance | path

Searched refs:setMethods (Results 1 – 17 of 17) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php266 ->setMethods(['doSomething'])
276 ->setMethods(['doSomething'])
335 ->setMethods(['doSomething'])
348 ->setMethods(['doSomething'])
375 ->setMethods(['doSomething'])
379 ->setMethods(['doSomething'])
546 ->setMethods(['foo'])
564 ->setMethods(['foo'])
815 ->setMethods(['bar'])
862 ->setMethods(['bar'])
[all …]
H A DMockBuilderTest.php31 ->setMethods(['mockableMethod'])
117 ->setMethods(['mockableMethod'])
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Builder/
H A DInvocationMockerTest.php7 ->setMethods(['foo'])
20 ->setMethods(['foo'])
35 ->setMethods(['foo'])
50 ->setMethods(['foo'])
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Matcher/
H A DConsecutiveParametersTest.php7 ->setMethods(['foo'])
24 ->setMethods(['foo'])
40 ->setMethods(['foo'])
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessFailedExceptionTest.php27 …$process = $this->getMockBuilder('Symfony\Component\Process\Process')->setMethods(['isSuccessful']…
51 …$process = $this->getMockBuilder('Symfony\Component\Process\Process')->setMethods(['isSuccessful',…
99 …$process = $this->getMockBuilder('Symfony\Component\Process\Process')->setMethods(['isSuccessful',…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ApiKeysService/
H A DV2ApiTarget.php35 public function setMethods($methods) function in Google\\Service\\ApiKeysService\\V2ApiTarget
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Operation.php35 public function setMethods($methods) function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Operation
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMockBuilder.php178 public function setMethods(array $methods = null) function in PHPUnit_Framework_MockObject_MockBuilder
196 $this->setMethods(
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DDestination.php69 public function setMethods($methods) function in Google\\Service\\NetworkSecurity\\Destination
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DNoSeekStreamTest.php17 ->setMethods(['isSeekable', 'seek'])
H A DUtilsTest.php102 ->setMethods(['read', 'eof'])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DApi.php47 public function setMethods($methods) function in Google\\Service\\ServiceConsumerManagement\\Api
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DApi.php47 public function setMethods($methods) function in Google\\Service\\ServiceUsage\\Api
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DApi.php47 public function setMethods($methods) function in Google\\Service\\ServiceManagement\\Api
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DApi.php47 public function setMethods($methods) function in Google\\Service\\ServiceNetworking\\Api
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php204 ->setMethods(['initExtensions'])
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1507 ->setMethods(empty($methods) ? null : $methods)