Home
last modified time | relevance | path

Searched refs:hasMatchers (Results 1 – 25 of 38) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DInvocationMocker.php56 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 Dmocked_class.tpl.dist29 return $this->__phpunit_getInvocationMocker()->hasMatchers();
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnonexistent_class.phpt63 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dclass_call_parent_clone.phpt66 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dclass_dont_call_parent_constructor.phpt65 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt69 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dclass_call_parent_constructor.phpt65 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dclass_dont_call_parent_clone.phpt65 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dnamespaced_class_call_parent_constructor.phpt67 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dnamespaced_class_dont_call_parent_clone.phpt67 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dnamespaced_class_dont_call_parent_constructor.phpt67 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dnonexistent_class_with_namespace.phpt69 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dclass_implementing_interface_call_parent_constructor.phpt70 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt70 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dnamespaced_class_call_parent_clone.phpt68 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dclass_with_method_named_method.phpt81 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt72 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dnamespaced_class_implementing_interface_call_parent_constructor.phpt72 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dclass_with_method_with_variadic_arguments.phpt88 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dreturn_type_declarations_static_method.phpt76 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dinterface.phpt86 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dscalar_type_declarations.phpt92 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dclass_partial.phpt92 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dnamespaced_class_partial.phpt94 return $this->__phpunit_getInvocationMocker()->hasMatchers();
H A Dnamespaced_interface.phpt88 return $this->__phpunit_getInvocationMocker()->hasMatchers();

12