Home
last modified time | relevance | path

Searched refs:PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount (Results 26 – 39 of 39) sorted by path

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 Dnonexistent_class_with_namespace.phpt48 $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_self.phpt69 $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 Dscalar_type_declarations.phpt71 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt73 $any = new 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