/plugin/jplayer/vendor/symfony/process/Tests/ |
H A D | ProcessFailedExceptionTest.php | 28 $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 D | MetadataFactoryTest.php | 20 ->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 D | MockObjectTest.php | 18 $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 D | DisjunctExclusionStrategyTest.php | 25 $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 D | FormErrorHandlerTest.php | 152 $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 D | AppendStreamTest.php | 20 $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 D | EnvironmentTest.php | 228 $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 D | ContainerRuntimeLoaderTest.php | 22 $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 D | nonexistent_class.phpt | 35 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 D | class_call_parent_clone.phpt | 38 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 D | class_dont_call_parent_constructor.phpt | 37 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 D | nonexistent_class_with_namespace_starting_with_separator.phpt | 41 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 D | class_call_parent_constructor.phpt | 37 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 D | class_dont_call_parent_clone.phpt | 37 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 D | namespaced_class_call_parent_constructor.phpt | 39 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 D | namespaced_class_dont_call_parent_clone.phpt | 39 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 D | namespaced_class_dont_call_parent_constructor.phpt | 39 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 D | nonexistent_class_with_namespace.phpt | 41 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 D | class_implementing_interface_call_parent_constructor.phpt | 42 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 D | class_implementing_interface_dont_call_parent_constructor.phpt | 42 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 D | namespaced_class_call_parent_clone.phpt | 40 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 D | namespaced_class_implementing_interface_dont_call_parent_constructor.phpt | 44 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 D | PhptTestCaseTest.php | 84 ->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 D | mocked_class_method.tpl.dist | 5 $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 D | AbstractFileDriverTest.php | 30 …$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())
|