Home
last modified time | relevance | path

Searched refs:PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount (Results 1 – 25 of 39) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DAnyInvokedCount.php17 class PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount extends PHPUnit_Framework_MockObject_Mat… class
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_class_method.tpl.dist4 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMatcher.php244 …tionIsAny = $this->invocationMatcher instanceof PHPUnit_Framework_MockObject_Matcher_AnyInvokedC…
268 … !$this->invocationMatcher instanceof PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnonexistent_class.phpt42 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dclass_call_parent_clone.phpt45 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dclass_dont_call_parent_constructor.phpt44 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt48 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dclass_call_parent_constructor.phpt44 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dclass_dont_call_parent_clone.phpt44 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dnamespaced_class_call_parent_constructor.phpt46 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dnamespaced_class_dont_call_parent_clone.phpt46 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dnamespaced_class_dont_call_parent_constructor.phpt46 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dnonexistent_class_with_namespace.phpt48 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dclass_implementing_interface_call_parent_constructor.phpt49 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt49 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dnamespaced_class_call_parent_clone.phpt47 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt51 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dnamespaced_class_implementing_interface_call_parent_constructor.phpt51 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dclass_with_method_with_variadic_arguments.phpt67 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dreturn_type_declarations_static_method.phpt55 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dinterface.phpt65 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dscalar_type_declarations.phpt71 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dclass_partial.phpt71 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dnamespaced_class_partial.phpt73 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dnamespaced_interface.phpt67 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;

12