Home
last modified time | relevance | path

Searched refs:PHPUnit_Framework_MockObject_Matcher_Invocation (Results 1 – 25 of 45) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DInvocationMocker.php23 * @var PHPUnit_Framework_MockObject_Matcher_Invocation[]
46 * @param PHPUnit_Framework_MockObject_Matcher_Invocation $matcher
48 public function addMatcher(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
99 * @param PHPUnit_Framework_MockObject_Matcher_Invocation $matcher
103 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A DMockObject.php25 * @param PHPUnit_Framework_MockObject_Matcher_Invocation $matcher
29 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher);
H A DMatcher.php22 …lass PHPUnit_Framework_MockObject_Matcher implements PHPUnit_Framework_MockObject_Matcher_Invocati…
25 * @var PHPUnit_Framework_MockObject_Matcher_Invocation
55 * @param PHPUnit_Framework_MockObject_Matcher_Invocation $invocationMatcher
57 public function __construct(PHPUnit_Framework_MockObject_Matcher_Invocation $invocationMatcher)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DMatcherCollection.php22 …* @param PHPUnit_Framework_MockObject_Matcher_Invocation $matcher Matcher for invocations to mock …
24 public function addMatcher(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DStatelessInvocation.php21 …rk_MockObject_Matcher_StatelessInvocation implements PHPUnit_Framework_MockObject_Matcher_Invocati…
H A DInvocation.php17 interface PHPUnit_Framework_MockObject_Matcher_Invocation extends PHPUnit_Framework_SelfDescribing,… interface
H A DInvokedRecorder.php20 …mework_MockObject_Matcher_InvokedRecorder implements PHPUnit_Framework_MockObject_Matcher_Invocati…
H A DInvokedAtIndex.php23 …amework_MockObject_Matcher_InvokedAtIndex implements PHPUnit_Framework_MockObject_Matcher_Invocati…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php40 * @param PHPUnit_Framework_MockObject_Matcher_Invocation $invocationMatcher
43 …ework_MockObject_Stub_MatcherCollection $collection, PHPUnit_Framework_MockObject_Matcher_Invocati…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_class.tpl.dist8 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnonexistent_class.phpt35 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dclass_call_parent_clone.phpt38 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dclass_dont_call_parent_constructor.phpt37 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt41 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dclass_call_parent_constructor.phpt37 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dclass_dont_call_parent_clone.phpt37 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dnamespaced_class_call_parent_constructor.phpt39 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dnamespaced_class_dont_call_parent_clone.phpt39 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dnamespaced_class_dont_call_parent_constructor.phpt39 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dnonexistent_class_with_namespace.phpt41 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dclass_implementing_interface_call_parent_constructor.phpt42 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt42 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dnamespaced_class_call_parent_clone.phpt40 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dclass_with_method_named_method.phpt60 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt44 public function expects(PHPUnit_Framework_MockObject_Matcher_Invocation $matcher)

12