Home
last modified time | relevance | path

Searched refs:expects (Results 1 – 25 of 152) sorted by relevance

1234567

/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessFailedExceptionTest.php28 $process->expects($this->once())
52 $process->expects($this->once())
56 $process->expects($this->once())
60 $process->expects($this->once())
64 $process->expects($this->once())
68 $process->expects($this->once())
72 $process->expects($this->once())
76 $process->expects($this->once())
100 $process->expects($this->once())
110 $process->expects($this->once())
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php20 ->expects($this->at(0))
28 ->expects($this->at(1))
48 ->expects($this->at(0))
56 ->expects($this->at(1))
76 ->expects($this->any())
117 ->expects($this->once())
162 ->expects($this->at(3))
167 ->expects($this->at(2))
172 ->expects($this->at(1))
177 ->expects($this->at(0))
[all …]
/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 …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DDisjunctExclusionStrategyTest.php25 $first->expects($this->once())
30 $last->expects($this->never())
46 $first->expects($this->once())
51 $last->expects($this->once())
69 $first->expects($this->once())
74 $last->expects($this->once())
92 $first->expects($this->once())
97 $last->expects($this->never())
113 $first->expects($this->once())
118 $last->expects($this->once())
[all …]
/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/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php20 $s->expects($this->once())
37 $s->expects($this->once())
40 $s->expects($this->once())
43 $s->expects($this->once())
128 $s->expects($this->once())
131 $s->expects($this->once())
142 $s->expects($this->once())
145 $s->expects($this->once())
148 $s->expects($this->any())
/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 …]
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/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 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());
H A Dnonexistent_class_with_namespace_starting_with_separator.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 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 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 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 Dclass_implementing_interface_call_parent_constructor.phpt42 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
44 return $this->__phpunit_getInvocationMocker()->expects($matcher);
50 $expects = $this->expects($any);
51 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt42 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
44 return $this->__phpunit_getInvocationMocker()->expects($matcher);
50 $expects = $this->expects($any);
51 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_implementing_interface_dont_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());
/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_method.tpl.dist5 $expects = $this->expects($any);
6 return call_user_func_array(array($expects, 'method'), func_get_args());
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DAbstractFileDriverTest.php30 …$this->driver->expects($this->any())->method('getExtension')->will($this->returnValue(self::$exten…
37 ->expects($this->once())
43 ->expects($this->once())
55 ->expects($this->once())
67 ->expects($this->once())

1234567