Home
last modified time | relevance | path

Searched refs:array (Results 401 – 425 of 765) sorted by path

1...<<11121314151617181920>>...31

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnamespaced_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true, true)
24 array(),
46 $arguments = array($foo);
68 $arguments = array($foo);
97 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
20 array(),
49 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
20 array(),
48 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_dont_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', false)
20 array(),
48 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
20 array(),
48 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_implementing_interface_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
25 array(),
53 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
25 array(),
53 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_class_partial.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array('bar'), 'MockFoo', true, true)
24 array('bar'),
46 $arguments = array($foo);
75 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnamespaced_interface.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true, true)
18 array(),
40 $arguments = array($foo);
69 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnonexistent_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NonExistentClass', array(), 'MockFoo', true, true)
11 array(),
44 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnonexistent_class_with_namespace.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
11 array(),
50 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
11 array(),
50 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dnullable_types.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
22 array(),
44 $arguments = array($x);
73 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dproxy.phpt21 'Foo', array(), 'ProxyFoo', true, true, true, true
40 $arguments = array($foo);
57 return call_user_func_array(array($this->__phpunit_originalObject, "bar"), $arguments);
62 $arguments = array($foo);
79 return call_user_func_array(array($this->__phpunit_originalObject, "baz"), $arguments);
91 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_nullable.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
20 array(),
42 $arguments = array($baz);
71 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_object_method.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
23 array(),
45 $arguments = array($baz);
74 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_self.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
20 array(),
42 $arguments = array($baz);
71 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_static_method.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
23 array(),
57 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_void.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
20 array(),
42 $arguments = array($baz);
69 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dscalar_type_declarations.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
22 array(),
44 $arguments = array($baz);
73 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dwsdl_class.phpt21 public function __construct($wsdl, array $options)
H A Dwsdl_class_namespace.phpt23 public function __construct($wsdl, array $options)
H A Dwsdl_class_partial.phpt2 …ject_Generator::generateClassFromWsdl('GoogleSearch.wsdl', 'GoogleSearch', array('doGoogleSearch'))
16 array('doGoogleSearch')
22 public function __construct($wsdl, array $options)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt2 PHPUnit_Framework_MockObject_Generator::generate('ClassWithDeprecatedMethod', array(), 'MockFoo', T…
22 array(),
46 $arguments = array();
75 return call_user_func_array(array($expects, 'method'), func_get_args());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md79 …thub.com/sebastianbergmann/phpunit/issues/2568): `ArraySubsetConstraint` uses invalid cast to array

1...<<11121314151617181920>>...31