Home
last modified time | relevance | path

Searched refs:PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount (Results 1 – 25 of 39) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnonexistent_class.phpt42 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dscalar_type_declarations.phpt71 $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 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 Dclass_partial.phpt71 $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 Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt51 $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;
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt48 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dnullable_types.phpt71 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dproxy.phpt89 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dreturn_type_declarations_nullable.phpt69 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dreturn_type_declarations_object_method.phpt72 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dreturn_type_declarations_static_method.phpt55 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dreturn_type_declarations_void.phpt67 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dabstract_class.phpt115 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
H A Dclass.phpt93 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
/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/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/
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/src/Framework/Assert/
H A DFunctions.php15 * @return PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1788 * @return PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount
1792 return new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;

12