Home
last modified time | relevance | path

Searched refs:expects (Results 26 – 50 of 152) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnamespaced_class_implementing_interface_call_parent_constructor.phpt44 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
46 return $this->__phpunit_getInvocationMocker()->expects($matcher);
52 $expects = $this->expects($any);
53 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_with_method_with_variadic_arguments.phpt60 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
62 return $this->__phpunit_getInvocationMocker()->expects($matcher);
68 $expects = $this->expects($any);
69 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_static_method.phpt48 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
50 return $this->__phpunit_getInvocationMocker()->expects($matcher);
56 $expects = $this->expects($any);
57 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dinterface.phpt58 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
60 return $this->__phpunit_getInvocationMocker()->expects($matcher);
66 $expects = $this->expects($any);
67 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_partial.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 Dnamespaced_class_partial.phpt66 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
68 return $this->__phpunit_getInvocationMocker()->expects($matcher);
74 $expects = $this->expects($any);
75 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_interface.phpt60 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
62 return $this->__phpunit_getInvocationMocker()->expects($matcher);
68 $expects = $this->expects($any);
69 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnullable_types.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 Dreturn_type_declarations_nullable.phpt62 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
64 return $this->__phpunit_getInvocationMocker()->expects($matcher);
70 $expects = $this->expects($any);
71 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_object_method.phpt65 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
67 return $this->__phpunit_getInvocationMocker()->expects($matcher);
73 $expects = $this->expects($any);
74 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_void.phpt60 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
62 return $this->__phpunit_getInvocationMocker()->expects($matcher);
68 $expects = $this->expects($any);
69 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_self.phpt62 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
64 return $this->__phpunit_getInvocationMocker()->expects($matcher);
70 $expects = $this->expects($any);
71 return call_user_func_array(array($expects, 'method'), func_get_args());
H A D232.phpt89 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
91 return $this->__phpunit_getInvocationMocker()->expects($matcher);
97 $expects = $this->expects($any);
98 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dproxy.phpt82 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
84 return $this->__phpunit_getInvocationMocker()->expects($matcher);
90 $expects = $this->expects($any);
91 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass.phpt86 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
88 return $this->__phpunit_getInvocationMocker()->expects($matcher);
94 $expects = $this->expects($any);
95 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dinvocation_object_clone_object.phpt87 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
89 return $this->__phpunit_getInvocationMocker()->expects($matcher);
95 $expects = $this->expects($any);
96 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class.phpt88 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
90 return $this->__phpunit_getInvocationMocker()->expects($matcher);
96 $expects = $this->expects($any);
97 return call_user_func_array(array($expects, 'method'), func_get_args());
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Builder/
H A DInvocationMockerTest.php10 $mock->expects($this->any())
23 $mock->expects($this->any())
38 $mock->expects($this->any())
53 $mock->expects($this->any())
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt66 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
68 return $this->__phpunit_getInvocationMocker()->expects($matcher);
74 $expects = $this->expects($any);
75 return call_user_func_array(array($expects, 'method'), func_get_args());
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DDriverChainTest.php17 ->expects($this->once())
30 ->expects($this->once())
36 ->expects($this->once())
52 ->expects($this->once())
/plugin/structtasks/_test/
H A DNotifiersTest.php309 $mailer->expects($this->exactly($calls))
334 $mailer->expects($this->once())
340 $mailer->expects($this->exactly($calls))
344 $mailer->expects($this->never())
346 $mailer->expects($this->never())
349 $mailer->expects($this->exactly($calls))->method('send')->with();
374 $mailer->expects($this->once())
398 $mailer->expects($this->once())
404 $mailer->expects($this->once())
407 $mailer->expects($this->once())->method('send')->with();
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DGuzzleStreamWrapperTest.php67 $stream->expects($this->once())
70 $stream->expects($this->once())
87 $stream->expects($this->once())
90 $stream->expects($this->once())
/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/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriberTest.php28 $this->validator->expects($this->once())
46 $this->validator->expects($this->once())
58 $this->validator->expects($this->never())
66 $this->validator->expects($this->once())

1234567