Home
last modified time | relevance | path

Searched refs:expects (Results 101 – 125 of 152) sorted by last modified time

1234567

/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())
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php59 $exclusionStrategy->expects($this->once())
66 $exclusionStrategy->expects($this->once())
74 $this->context->expects($this->once())
92 $exclusionStrategy->expects($this->once())
98 $exclusionStrategy->expects($this->once())
104 $this->context->expects($this->once())
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DContainerRuntimeLoaderTest.php22 $container->expects($this->once())->method('has')->with('stdClass')->willReturn(true);
23 … $container->expects($this->once())->method('get')->with('stdClass')->willReturn(new \stdClass());
36 $container->expects($this->once())->method('has')->with('Foo');
37 $container->expects($this->never())->method('get');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dreplace_invalid_arg.test8 Twig\Error\RuntimeError: The "replace" filter expects an array or "Traversable" as replace values, …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php84 ->expects($this->once())
103 ->expects($this->at(0))
122 ->expects($this->once())
141 ->expects($this->at(1))
200 ->expects($this->once())
215 ->expects($this->once())
230 ->expects($this->once())
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_class.tpl.dist8 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
10 return $this->__phpunit_getInvocationMocker()->expects($matcher);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DInvocationMocker.php103 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher) function in PHPUnit_Framework_MockObject_InvocationMocker
H A DMockObject.php29 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher); function
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dabstract_class.phpt108 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
110 return $this->__phpunit_getInvocationMocker()->expects($matcher);
116 $expects = $this->expects($any);
117 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 Dclass_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());
H A Dclass_dont_call_parent_clone.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());
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 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());
H A Dnamespaced_class_call_parent_clone.phpt40 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
42 return $this->__phpunit_getInvocationMocker()->expects($matcher);
48 $expects = $this->expects($any);
49 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_call_parent_constructor.phpt39 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
41 return $this->__phpunit_getInvocationMocker()->expects($matcher);
47 $expects = $this->expects($any);
48 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_dont_call_parent_clone.phpt39 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
41 return $this->__phpunit_getInvocationMocker()->expects($matcher);
47 $expects = $this->expects($any);
48 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_dont_call_parent_constructor.phpt39 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
41 return $this->__phpunit_getInvocationMocker()->expects($matcher);
47 $expects = $this->expects($any);
48 return call_user_func_array(array($expects, 'method'), func_get_args());
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 Dnonexistent_class_with_namespace.phpt41 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
43 return $this->__phpunit_getInvocationMocker()->expects($matcher);
49 $expects = $this->expects($any);
50 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());
/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/phpunit/phpunit-mock-objects/tests/
H A DProxyObjectTest.php19 $proxy->expects($this->once())
/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())

1234567