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/
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/
Dmocked_class_method.tpl.dist4 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
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/
Dnamespaced_class_call_parent_constructor.phpt46 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dclass_call_parent_clone.phpt45 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dclass_dont_call_parent_clone.phpt44 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dclass_dont_call_parent_constructor.phpt44 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dnonexistent_class_with_namespace_starting_with_separator.phpt48 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dnamespaced_class_dont_call_parent_clone.phpt46 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dnamespaced_class_dont_call_parent_constructor.phpt46 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dclass_call_parent_constructor.phpt44 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dnonexistent_class.phpt42 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dnonexistent_class_with_namespace.phpt48 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dclass_implementing_interface_dont_call_parent_constructor.phpt49 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dclass_implementing_interface_call_parent_constructor.phpt49 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dnamespaced_class_call_parent_clone.phpt47 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt51 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dnamespaced_class_implementing_interface_call_parent_constructor.phpt51 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dinterface.phpt65 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dreturn_type_declarations_static_method.phpt55 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dclass_with_method_with_variadic_arguments.phpt67 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dscalar_type_declarations.phpt71 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dnamespaced_class_partial.phpt73 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dnullable_types.phpt71 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
Dreturn_type_declarations_nullable.phpt69 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;

12