Home
last modified time | relevance | path

Searched refs:array (Results 451 – 475 of 765) sorted by last modified time

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php25 * @param array|ArrayAccess $array
28 public static function assertArrayHasKey($key, $array, $message = '') argument
37 if (!(is_array($array) || $array instanceof ArrayAccess)) {
46 static::assertThat($array, $constraint, $message);
53 * @param array|ArrayAccess $array
66 if (!(is_array($array) || $array instanceof ArrayAccess)) {
75 static::assertThat($array, $constraint, $message);
82 * @param array|ArrayAccess $array
85 public static function assertArrayNotHasKey($key, $array, $message = '') argument
94 if (!(is_array($array) || $array instanceof ArrayAccess)) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php145 $array = [
176 $array = [
204 $array = ['a' => $obj];
214 $array = ['a' => $obj];
305 $array = new ArrayObject();
306 $array['foo'] = 'bar';
316 $array['bar'] = 'bar';
323 $array['foo'] = 'bar';
333 $array['bar'] = 'bar';
340 $array['foo'] = 'bar';
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt8 print 'skip: Does not have PHP #66021 (Blank line inside empty JSON array/object)';
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_class_method.tpl.dist6 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dmocked_method.tpl.dist4 $arguments = array({arguments_call});
H A Dproxied_method.tpl.dist4 $arguments = array({arguments_call});
21 … return call_user_func_array(array($this->__phpunit_originalObject, "{method_name}"), $arguments);
H A Dwsdl_class.tpl.dist3 public function __construct($wsdl, array $options)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
18 array(),
47 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
18 array(),
46 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_implementing_interface_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
23 array(),
51 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
23 array(),
51 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_partial.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array('bar'), 'MockFoo', true, true)
22 array('bar'),
44 $arguments = array($foo);
73 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_with_method_named_method.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
18 array(),
40 $arguments = array();
H A Dclass_with_method_with_variadic_arguments.phpt2 PHPUnit_Framework_MockObject_Generator::generate('ClassWithMethodWithVariadicArguments', array(), '…
18 array(),
40 $arguments = array($a);
69 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_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_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 Dwsdl_class.phpt21 public function __construct($wsdl, array $options)

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