Home
last modified time | relevance | path

Searched refs:expects (Results 51 – 75 of 152) sorted by last modified time

1234567

/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1expects to get the resolved data\n // directly.\n const obj = this._objs[objId];\n // If …
H A Dpdf.worker.js.map1 … at this\n point precede their base character. If the rendering engine expects them to\n follo…
/plugin/authmantis/
H A DLICENSE.md304 in which the particular user actually uses, or expects or is expected
/plugin/tcycle/
H A DLICENSE305 actually uses, or expects or is expected to use, the product. A product
/plugin/imagecarousel/
H A DLICENSE305 actually uses, or expects or is expected to use, the product. A product
/plugin/yuriigantt/
H A DLICENSE305 actually uses, or expects or is expected to use, the product. A product
/plugin/doodle4/
H A DLICENSE305 actually uses, or expects or is expected to use, the product. A product
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php228 $cache->expects($this->once())
231 $cache->expects($this->once())
236 $cache->expects($this->once())
238 $cache->expects($this->once())
257 $cache->expects($this->once())
260 $cache->expects($this->once())
263 $loader->expects($this->once())
283 $cache->expects($this->once())
286 $cache->expects($this->once())
292 $cache->expects($this->once())
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnonexistent_class.phpt35 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
37 return $this->__phpunit_getInvocationMocker()->expects($matcher);
43 $expects = $this->expects($any);
44 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dscalar_type_declarations.phpt64 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
66 return $this->__phpunit_getInvocationMocker()->expects($matcher);
72 $expects = $this->expects($any);
73 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_call_parent_clone.phpt38 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
40 return $this->__phpunit_getInvocationMocker()->expects($matcher);
46 $expects = $this->expects($any);
47 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_dont_call_parent_constructor.phpt37 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
39 return $this->__phpunit_getInvocationMocker()->expects($matcher);
45 $expects = $this->expects($any);
46 return call_user_func_array(array($expects, 'method'), func_get_args());
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Matcher/
H A DConsecutiveParametersTest.php10 $mock->expects($this->any())
27 $mock->expects($this->any())
43 $mock->expects($this->any())
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php18 $mock->expects($this->never())
27 $mock->expects($this->never())
40 $mock->expects($this->any())
133 $mock->expects($this->once())
144 $mock->expects($this->once())
168 $mock->expects($this->any())
182 $mock->expects($this->any())
196 $mock->expects($this->any())
205 $mock->expects($this->any())
222 $mock->expects($this->any())
[all …]
H A DGeneratorTest.php96 $mock->expects($this->any())
196 $mock->expects($this->once())->method('someMethod');
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md17 The constructor of the `SebastianBergmann\Version` class expects two parameters:
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DDateTest.php64 ->expects($this->once())
H A DTextTest.php23 ->expects($this->any())
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php152 $translator->expects($this->once())
161 $formError->expects($this->once())->method('getMessageTemplate')->willReturn('error!');
163 $formError->expects($this->once())->method('getMessageParameters')->willReturn([]);
175 $translator->expects($this->once())
187 $formError->expects($this->once())->method('getMessageParameters')->willReturn([]);
199 $translator->expects($this->once())
210 $formError->expects($this->once())->method('getMessageParameters')->willReturn([]);
222 $translator->expects($this->once())
234 $formError->expects($this->once())->method('getMessageParameters')->willReturn([]);
261 $form->expects($this->any())
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrinePHPCRDriverTest.php107 $registry->expects($this->atLeastOnce())
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md92 Because `attach` expects a callable and because Hoa's callable implementation is
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php19 ->expects($this->once())
43 ->expects($this->once())
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php110 $loader1->expects($this->once())->method('exists')->will($this->returnValue(false));
111 $loader1->expects($this->never())->method('getSourceContext');
116 …$loader2->expects($this->once())->method('getSourceContext')->will($this->returnValue(new Source('…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/
H A DTestCase.php88 $stub->expects($this->any())
154 $stub->expects($this->any())
194 $stub->expects($this->any())
287 $stub->expects($this->any())
323 $stub->expects($this->any())
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_class_method.tpl.dist5 $expects = $this->expects($any);
6 return call_user_func_array(array($expects, 'method'), func_get_args());

1234567