Home
last modified time | relevance | path

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

12345678

/plugin/jplayer/vendor/symfony/process/Tests/
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())
104 $process->expects($this->never())
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
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())
126 ->expects($this->once())
132 ->expects($this->once())
147 ->expects($this->once())
162 ->expects($this->at(3))
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
DMockObjectTest.php18 $mock->expects($this->never())
27 $mock->expects($this->never())
40 $mock->expects($this->any())
62 $mock->expects($this->atLeastOnce())
73 $mock->expects($this->atLeastOnce())
85 $mock->expects($this->atLeast(2))
97 $mock->expects($this->atLeast(2))
110 $mock->expects($this->atMost(2))
122 $mock->expects($this->atMost(2))
133 $mock->expects($this->once())
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
DFormErrorHandlerTest.php152 $translator->expects($this->once())
161 $formError->expects($this->once())->method('getMessageTemplate')->willReturn('error!');
162 $formError->expects($this->once())->method('getMessagePluralization')->willReturn(null);
163 $formError->expects($this->once())->method('getMessageParameters')->willReturn([]);
175 $translator->expects($this->once())
185 $formError->expects($this->once())->method('getMessageTemplate')->willReturn('error!');
186 $formError->expects($this->exactly(2))->method('getMessagePluralization')->willReturn(0);
187 $formError->expects($this->once())->method('getMessageParameters')->willReturn([]);
199 $translator->expects($this->once())
208 $formError->expects($this->once())->method('getMessageTemplate')->willReturn('error!');
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
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/twig/twig/test/Twig/Tests/
DEnvironmentTest.php93 …$loader->expects($this->any())->method('getSourceContext')->will($this->returnValue(new Source('',…
208 $twig->expects($this->never())->method('initExtensions');
228 $cache->expects($this->once())
231 $cache->expects($this->once())
234 $loader->expects($this->never())
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())
[all …]
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/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
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());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
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/jms/metadata/tests/Driver/
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())

12345678