/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | InvocationMocker.php | 56 public function hasMatchers() function in PHPUnit_Framework_MockObject_InvocationMocker 59 if ($matcher->hasMatchers()) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/ |
H A D | mocked_class.tpl.dist | 29 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/ |
H A D | nonexistent_class.phpt | 63 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | class_call_parent_clone.phpt | 66 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | class_dont_call_parent_constructor.phpt | 65 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | nonexistent_class_with_namespace_starting_with_separator.phpt | 69 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | class_call_parent_constructor.phpt | 65 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | class_dont_call_parent_clone.phpt | 65 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | namespaced_class_call_parent_constructor.phpt | 67 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | namespaced_class_dont_call_parent_clone.phpt | 67 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | namespaced_class_dont_call_parent_constructor.phpt | 67 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | nonexistent_class_with_namespace.phpt | 69 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | class_implementing_interface_call_parent_constructor.phpt | 70 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | class_implementing_interface_dont_call_parent_constructor.phpt | 70 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | namespaced_class_call_parent_clone.phpt | 68 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | class_with_method_named_method.phpt | 81 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | namespaced_class_implementing_interface_dont_call_parent_constructor.phpt | 72 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | namespaced_class_implementing_interface_call_parent_constructor.phpt | 72 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | class_with_method_with_variadic_arguments.phpt | 88 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | return_type_declarations_static_method.phpt | 76 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | interface.phpt | 86 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | scalar_type_declarations.phpt | 92 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | class_partial.phpt | 92 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | namespaced_class_partial.phpt | 94 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|
H A D | namespaced_interface.phpt | 88 return $this->__phpunit_getInvocationMocker()->hasMatchers();
|