A

PHPUnit_Framework_MockObject_Builder_InvocationMocker::after() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_Match::after() — Method in class PHPUnit_Framework_MockObject_Builder_Match
Defines the expectation which must occur before the current is valid.
PHPUnit_Framework_MockObject_InvocationMocker::addMatcher() — Method in class PHPUnit_Framework_MockObject_InvocationMocker
$PHPUnit_Framework_MockObject_MatcherProperty in class PHPUnit_Framework_MockObject_Matcher
$PHPUnit_Framework_MockObject_MatcherProperty in class PHPUnit_Framework_MockObject_Matcher
PHPUnit_Framework_MockObject_MockBuilder::allowMockingUnknownTypes() — Method in class PHPUnit_Framework_MockObject_MockBuilder
PHPUnit_Framework_MockObject_Stub_MatcherCollection::addMatcher() — Method in class PHPUnit_Framework_MockObject_Stub_MatcherCollection
Adds a new matcher to the collection which can be used as an expectation or a stub.
$PHPUnit_Framework_MockObject_Stub_ReturnArgumentProperty in class PHPUnit_Framework_MockObject_Stub_ReturnArgument

B

$PHPUnit_Framework_MockObject_InvocationMockerProperty in class PHPUnit_Framework_MockObject_InvocationMocker

C

$PHPUnit_Framework_MockObject_Builder_InvocationMockerProperty in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
$PHPUnit_Framework_MockObject_Invocation_StaticProperty in class PHPUnit_Framework_MockObject_Invocation_Static
PHPUnit_Framework_MockObject_Invocation_Static::cloneObject() — Method in class PHPUnit_Framework_MockObject_Invocation_Static
$PHPUnit_Framework_MockObject_Matcher_InvokedAtIndexProperty in class PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
$PHPUnit_Framework_MockObject_Matcher_MethodNameProperty in class PHPUnit_Framework_MockObject_Matcher_MethodName
$PHPUnit_Framework_MockObject_Stub_ReturnCallbackProperty in class PHPUnit_Framework_MockObject_Stub_ReturnCallback

D

PHPUnit_Framework_MockObject_MockBuilder::disableOriginalConstructor() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Disables the invocation of the original constructor.
PHPUnit_Framework_MockObject_MockBuilder::disableOriginalClone() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Disables the invocation of the original clone constructor.
PHPUnit_Framework_MockObject_MockBuilder::disableAutoload() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Disables the use of class autoloading while creating the mock object.
PHPUnit_Framework_MockObject_MockBuilder::disableArgumentCloning() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Disables the cloning of arguments passed to mocked methods.
PHPUnit_Framework_MockObject_MockBuilder::disableProxyingToOriginalMethods() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Disables the invocation of the original methods.
PHPUnit_Framework_MockObject_MockBuilder::disallowMockingUnknownTypes() — Method in class PHPUnit_Framework_MockObject_MockBuilder

E

PHPUnit_Framework_MockObject_InvocationMocker::expects() — Method in class PHPUnit_Framework_MockObject_InvocationMocker
$PHPUnit_Framework_MockObject_Matcher_InvokedCountProperty in class PHPUnit_Framework_MockObject_Matcher_InvokedCount
PHPUnit_Framework_MockObject_MockBuilder::enableOriginalConstructor() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Enables the invocation of the original constructor.
PHPUnit_Framework_MockObject_MockBuilder::enableOriginalClone() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Enables the invocation of the original clone constructor.
PHPUnit_Framework_MockObject_MockBuilder::enableAutoload() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Enables the use of class autoloading while creating the mock object.
PHPUnit_Framework_MockObject_MockBuilder::enableArgumentCloning() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Enables the cloning of arguments passed to mocked methods.
PHPUnit_Framework_MockObject_MockBuilder::enableProxyingToOriginalMethods() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Enables the invocation of the original methods.
PHPUnit_Framework_MockObject_MockObject::expects() — Method in class PHPUnit_Framework_MockObject_MockObject
Registers a new expectation in the mock object and returns the match object which can be infused with further details.
$PHPUnit_Framework_MockObject_Stub_ExceptionProperty in class PHPUnit_Framework_MockObject_Stub_Exception

G

PHPUnit_Framework_MockObject_Builder_InvocationMocker::getMatcher() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Generator::getMock() — Method in class PHPUnit_Framework_MockObject_Generator
Returns a mock object for the specified class.
PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass() — Method in class PHPUnit_Framework_MockObject_Generator
Returns a mock object for the specified abstract class with all abstract methods of the class mocked. Concrete methods to mock can be specified with the last parameter
PHPUnit_Framework_MockObject_Generator::getMockForTrait() — Method in class PHPUnit_Framework_MockObject_Generator
Returns a mock object for the specified trait with all abstract methods of the trait mocked. Concrete methods to mock can be specified with the $mockedMethods parameter.
PHPUnit_Framework_MockObject_Generator::getObjectForTrait() — Method in class PHPUnit_Framework_MockObject_Generator
Returns an object for the specified trait.
PHPUnit_Framework_MockObject_Generator::generate() — Method in class PHPUnit_Framework_MockObject_Generator
PHPUnit_Framework_MockObject_Generator::generateClassFromWsdl() — Method in class PHPUnit_Framework_MockObject_Generator
PHPUnit_Framework_MockObject_Generator::getClassMethods() — Method in class PHPUnit_Framework_MockObject_Generator
PHPUnit_Framework_MockObject_Invocation::generateReturnValue() — Method in class PHPUnit_Framework_MockObject_Invocation
PHPUnit_Framework_MockObject_Invocation_Static::generateReturnValue() — Method in class PHPUnit_Framework_MockObject_Invocation_Static
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::getInvocationCount() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedRecorder
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::getInvocations() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedRecorder
PHPUnit_Framework_MockObject_MockBuilder::getMock() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Creates a mock object using a fluent interface.
PHPUnit_Framework_MockObject_MockBuilder::getMockForAbstractClass() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Creates a mock object for an abstract class using a fluent interface.
PHPUnit_Framework_MockObject_MockBuilder::getMockForTrait() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Creates a mock object for a trait using a fluent interface.

H

PHPUnit_Framework_MockObject_InvocationMocker::hasMatchers() — Method in class PHPUnit_Framework_MockObject_InvocationMocker
PHPUnit_Framework_MockObject_Matcher::hasMatchers() — Method in class PHPUnit_Framework_MockObject_Matcher
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::hasBeenInvoked() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedRecorder

I

PHPUnit_Framework_MockObject_Builder_Identity::id() — Method in class PHPUnit_Framework_MockObject_Builder_Identity
Sets the identification of the expectation to $id.
PHPUnit_Framework_MockObject_Builder_InvocationMocker::id() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_InvocationMocker::invoke() — Method in class PHPUnit_Framework_MockObject_InvocationMocker
PHPUnit_Framework_MockObject_Invokable::invoke() — Method in class PHPUnit_Framework_MockObject_Invokable
Invokes the invocation object $invocation so that it can be checked for expectations or matched against stubs.
$PHPUnit_Framework_MockObject_MatcherProperty in class PHPUnit_Framework_MockObject_Matcher
PHPUnit_Framework_MockObject_Matcher::invoked() — Method in class PHPUnit_Framework_MockObject_Matcher
PHPUnit_Framework_MockObject_Matcher_Invocation::invoked() — Method in class PHPUnit_Framework_MockObject_Matcher_Invocation
Registers the invocation $invocation in the object as being invoked.
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::invoked() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
PHPUnit_Framework_MockObject_Matcher_InvokedCount::isNever() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedCount
PHPUnit_Framework_MockObject_Matcher_InvokedCount::invoked() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedCount
$PHPUnit_Framework_MockObject_Matcher_InvokedRecorderProperty in class PHPUnit_Framework_MockObject_Matcher_InvokedRecorder
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::invoked() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedRecorder
$PHPUnit_Framework_MockObject_Matcher_ParametersProperty in class PHPUnit_Framework_MockObject_Matcher_Parameters
PHPUnit_Framework_MockObject_Matcher_StatelessInvocation::invoked() — Method in class PHPUnit_Framework_MockObject_Matcher_StatelessInvocation
Registers the invocation $invocation in the object as being invoked.
PHPUnit_Framework_MockObject_Stub::invoke() — Method in class PHPUnit_Framework_MockObject_Stub
Fakes the processing of the invocation $invocation by returning a specific value.
PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls::invoke() — Method in class PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls
Fakes the processing of the invocation $invocation by returning a specific value.
PHPUnit_Framework_MockObject_Stub_Exception::invoke() — Method in class PHPUnit_Framework_MockObject_Stub_Exception
Fakes the processing of the invocation $invocation by returning a specific value.
PHPUnit_Framework_MockObject_Stub_Return::invoke() — Method in class PHPUnit_Framework_MockObject_Stub_Return
Fakes the processing of the invocation $invocation by returning a specific value.
PHPUnit_Framework_MockObject_Stub_ReturnArgument::invoke() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnArgument
Fakes the processing of the invocation $invocation by returning a specific value.
PHPUnit_Framework_MockObject_Stub_ReturnCallback::invoke() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnCallback
Fakes the processing of the invocation $invocation by returning a specific value.
PHPUnit_Framework_MockObject_Stub_ReturnSelf::invoke() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnSelf
Fakes the processing of the invocation $invocation by returning a specific value.
PHPUnit_Framework_MockObject_Stub_ReturnValueMap::invoke() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnValueMap
Fakes the processing of the invocation $invocation by returning a specific value.

L

PHPUnit_Framework_MockObject_Builder_Namespace::lookupId() — Method in class PHPUnit_Framework_MockObject_Builder_Namespace
Looks up the match builder with identification $id and returns it.
PHPUnit_Framework_MockObject_InvocationMocker::lookupId() — Method in class PHPUnit_Framework_MockObject_InvocationMocker

M

$PHPUnit_Framework_MockObject_Builder_InvocationMockerProperty in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::method() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_MethodNameMatch::method() — Method in class PHPUnit_Framework_MockObject_Builder_MethodNameMatch
Adds a new method name match and returns the parameter match object for further matching possibilities.
$PHPUnit_Framework_MockObject_InvocationMockerProperty in class PHPUnit_Framework_MockObject_InvocationMocker
PHPUnit_Framework_MockObject_InvocationMocker::matches() — Method in class PHPUnit_Framework_MockObject_InvocationMocker
$PHPUnit_Framework_MockObject_Invocation_StaticProperty in class PHPUnit_Framework_MockObject_Invocation_Static
PHPUnit_Framework_MockObject_Invokable::matches() — Method in class PHPUnit_Framework_MockObject_Invokable
Checks if the invocation matches.
$PHPUnit_Framework_MockObject_MatcherProperty in class PHPUnit_Framework_MockObject_Matcher
PHPUnit_Framework_MockObject_Matcher::matches() — Method in class PHPUnit_Framework_MockObject_Matcher
PHPUnit_Framework_MockObject_Matcher_AnyParameters::matches() — Method in class PHPUnit_Framework_MockObject_Matcher_AnyParameters
PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters::matches() — Method in class PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters
PHPUnit_Framework_MockObject_Matcher_Invocation::matches() — Method in class PHPUnit_Framework_MockObject_Matcher_Invocation
Checks if the invocation $invocation matches the current rules. If it does the matcher will get the invoked() method called which should check if an expectation is met.
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::matches() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder::matches() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedRecorder
PHPUnit_Framework_MockObject_Matcher_MethodName::matches() — Method in class PHPUnit_Framework_MockObject_Matcher_MethodName
PHPUnit_Framework_MockObject_Matcher_Parameters::matches() — Method in class PHPUnit_Framework_MockObject_Matcher_Parameters
PHPUnit_Framework_MockObject_MockObject::method() — Method in class PHPUnit_Framework_MockObject_MockObject

O

$PHPUnit_Framework_MockObject_Invocation_ObjectProperty in class PHPUnit_Framework_MockObject_Invocation_Object

P

PHPUnit_Framework_MockObject_BadMethodCallException
PHPUnit_Framework_MockObject_Builder_Identity
Builder interface for unique identifiers.
PHPUnit_Framework_MockObject_Builder_InvocationMocker
Builder for mocked or stubbed invocations.
PHPUnit_Framework_MockObject_Builder_Match
Builder interface for invocation order matches.
PHPUnit_Framework_MockObject_Builder_MethodNameMatch
Builder interface for matcher of method names.
PHPUnit_Framework_MockObject_Builder_Namespace
Interface for builders which can register builders with a given identification.
PHPUnit_Framework_MockObject_Builder_ParametersMatch
Builder interface for parameter matchers.
PHPUnit_Framework_MockObject_Builder_Stub
Builder interface for stubs which are actions replacing an invocation.
PHPUnit_Framework_MockObject_Exception
Interface for exceptions used by PHPUnit_MockObject.
PHPUnit_Framework_MockObject_Generator
Mock Object Code Generator
PHPUnit_Framework_MockObject_Invocation
Interface for invocations.
PHPUnit_Framework_MockObject_InvocationMocker
Mocker for invocations which are sent from PHPUnitFrameworkMockObject_MockObject objects.
PHPUnit_Framework_MockObject_Invocation_Object
Represents a non-static invocation.
PHPUnit_Framework_MockObject_Invocation_Static
Represents a static invocation.
$PHPUnit_Framework_MockObject_Invocation_StaticProperty in class PHPUnit_Framework_MockObject_Invocation_Static
PHPUnit_Framework_MockObject_Invokable
Interface for classes which can be invoked.
PHPUnit_Framework_MockObject_Matcher
Main matcher which defines a full expectation using method, parameter and invocation matchers.
$PHPUnit_Framework_MockObject_MatcherProperty in class PHPUnit_Framework_MockObject_Matcher
PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount
Invocation matcher which checks if a method has been invoked zero or more times. This matcher will always match.
PHPUnit_Framework_MockObject_Matcher_AnyParameters
Invocation matcher which allows any parameters to a method.
PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters
Invocation matcher which looks for sets of specific parameters in the invocations.
PHPUnit_Framework_MockObject_Matcher_Invocation
Interface for classes which matches an invocation based on its method name, argument, order or call count.
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
Invocation matcher which checks if a method was invoked at a certain index.
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount
Invocation matcher which checks if a method has been invoked at least N times.
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce
Invocation matcher which checks if a method has been invoked at least one time.
PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount
Invocation matcher which checks if a method has been invoked at least N times.
PHPUnit_Framework_MockObject_Matcher_InvokedCount
Invocation matcher which checks if a method has been invoked a certain amount of times.
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder
Records invocations and provides convenience methods for checking them later on.
PHPUnit_Framework_MockObject_Matcher_MethodName
Invocation matcher which looks for a specific method name in the invocations.
PHPUnit_Framework_MockObject_Matcher_Parameters
Invocation matcher which looks for specific parameters in the invocations.
$PHPUnit_Framework_MockObject_Matcher_ParametersProperty in class PHPUnit_Framework_MockObject_Matcher_Parameters
PHPUnit_Framework_MockObject_Matcher_StatelessInvocation
Invocation matcher which does not care about previous state from earlier invocations.
PHPUnit_Framework_MockObject_MockBuilder
Implementation of the Builder pattern for Mock objects.
PHPUnit_Framework_MockObject_MockObject
Interface for all mock objects which are generated by PHPUnitFrameworkMockObject_MockBuilder.
PHPUnit_Framework_MockObject_RuntimeException
PHPUnit_Framework_MockObject_Stub
An object that stubs the process of a normal method for a mock object.
PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls
Stubs a method by returning a user-defined stack of values.
PHPUnit_Framework_MockObject_Stub_Exception
Stubs a method by raising a user-defined exception.
PHPUnit_Framework_MockObject_Stub_MatcherCollection
Stubs a method by returning a user-defined value.
PHPUnit_Framework_MockObject_Stub_Return
Stubs a method by returning a user-defined value.
PHPUnit_Framework_MockObject_Stub_ReturnArgument
Stubs a method by returning an argument that was passed to the mocked method.
PHPUnit_Framework_MockObject_Stub_ReturnCallback
PHPUnit_Framework_MockObject_Stub_ReturnReference
Stubs a method by returning a user-defined reference to a value.
PHPUnit_Framework_MockObject_Stub_ReturnSelf
Stubs a method by returning the current object.
PHPUnit_Framework_MockObject_Stub_ReturnValueMap
Stubs a method by returning a value from a map.
PHPUnit_Framework_MockObject_Verifiable
Interface for classes which must verify a given expectation.

R

PHPUnit_Framework_MockObject_Builder_Namespace::registerId() — Method in class PHPUnit_Framework_MockObject_Builder_Namespace
Registers the match builder $builder with the identification $id. The builder can later be looked up using lookupId() to figure out if it has been invoked.
PHPUnit_Framework_MockObject_InvocationMocker::registerId() — Method in class PHPUnit_Framework_MockObject_InvocationMocker
$PHPUnit_Framework_MockObject_Invocation_StaticProperty in class PHPUnit_Framework_MockObject_Invocation_Static
$PHPUnit_Framework_MockObject_Invocation_StaticProperty in class PHPUnit_Framework_MockObject_Invocation_Static

S

$PHPUnit_Framework_MockObject_MatcherProperty in class PHPUnit_Framework_MockObject_Matcher
$PHPUnit_Framework_MockObject_Matcher_InvokedAtIndexProperty in class PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
PHPUnit_Framework_MockObject_MockBuilder::setMethods() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Specifies the subset of methods to mock. Default is to mock all of them.
PHPUnit_Framework_MockObject_MockBuilder::setMethodsExcept() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Specifies the subset of methods to not mock. Default is to mock all of them.
PHPUnit_Framework_MockObject_MockBuilder::setConstructorArgs() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Specifies the arguments for the constructor.
PHPUnit_Framework_MockObject_MockBuilder::setMockClassName() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Specifies the name for the mock class.
PHPUnit_Framework_MockObject_MockBuilder::setProxyTarget() — Method in class PHPUnit_Framework_MockObject_MockBuilder
Sets the proxy target.
$PHPUnit_Framework_MockObject_Stub_ConsecutiveCallsProperty in class PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls

T

PHPUnit_Framework_MockObject_Invocation_Static::toString() — Method in class PHPUnit_Framework_MockObject_Invocation_Static
PHPUnit_Framework_MockObject_Matcher::toString() — Method in class PHPUnit_Framework_MockObject_Matcher
PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount::toString() — Method in class PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount
PHPUnit_Framework_MockObject_Matcher_AnyParameters::toString() — Method in class PHPUnit_Framework_MockObject_Matcher_AnyParameters
PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters::toString() — Method in class PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::toString() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount::toString() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce::toString() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce
PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount::toString() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount
PHPUnit_Framework_MockObject_Matcher_InvokedCount::toString() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedCount
PHPUnit_Framework_MockObject_Matcher_MethodName::toString() — Method in class PHPUnit_Framework_MockObject_Matcher_MethodName
PHPUnit_Framework_MockObject_Matcher_Parameters::toString() — Method in class PHPUnit_Framework_MockObject_Matcher_Parameters
PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls::toString() — Method in class PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls
PHPUnit_Framework_MockObject_Stub_Exception::toString() — Method in class PHPUnit_Framework_MockObject_Stub_Exception
PHPUnit_Framework_MockObject_Stub_Return::toString() — Method in class PHPUnit_Framework_MockObject_Stub_Return
PHPUnit_Framework_MockObject_Stub_ReturnArgument::toString() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnArgument
PHPUnit_Framework_MockObject_Stub_ReturnCallback::toString() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnCallback
PHPUnit_Framework_MockObject_Stub_ReturnSelf::toString() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnSelf
PHPUnit_Framework_MockObject_Stub_ReturnValueMap::toString() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnValueMap

U

$PHPUnit_Framework_MockObject_Invocation_StaticProperty in class PHPUnit_Framework_MockObject_Invocation_Static
$PHPUnit_Framework_MockObject_Invocation_StaticProperty in class PHPUnit_Framework_MockObject_Invocation_Static

V

PHPUnit_Framework_MockObject_InvocationMocker::verify() — Method in class PHPUnit_Framework_MockObject_InvocationMocker
PHPUnit_Framework_MockObject_Matcher::verify() — Method in class PHPUnit_Framework_MockObject_Matcher
PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount::verify() — Method in class PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount
PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters::verify() — Method in class PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters
Checks if the invocation $invocation matches the current rules. If it does the matcher will get the invoked() method called which should check if an expectation is met.
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::verify() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount::verify() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce::verify() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount::verify() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
PHPUnit_Framework_MockObject_Matcher_InvokedCount::verify() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedCount
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
PHPUnit_Framework_MockObject_Matcher_Parameters::verify() — Method in class PHPUnit_Framework_MockObject_Matcher_Parameters
Checks if the invocation $invocation matches the current rules. If it does the matcher will get the invoked() method called which should check if an expectation is met.
PHPUnit_Framework_MockObject_Matcher_StatelessInvocation::verify() — Method in class PHPUnit_Framework_MockObject_Matcher_StatelessInvocation
Checks if the invocation $invocation matches the current rules. If it does the matcher will get the invoked() method called which should check if an expectation is met.
$PHPUnit_Framework_MockObject_Stub_ConsecutiveCallsProperty in class PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls
$PHPUnit_Framework_MockObject_Stub_ReturnProperty in class PHPUnit_Framework_MockObject_Stub_Return
$PHPUnit_Framework_MockObject_Stub_ReturnValueMapProperty in class PHPUnit_Framework_MockObject_Stub_ReturnValueMap
PHPUnit_Framework_MockObject_Verifiable::verify() — Method in class PHPUnit_Framework_MockObject_Verifiable
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.

W

PHPUnit_Framework_MockObject_Builder_InvocationMocker::will() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::willReturn() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::willReturnReference() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::willReturnMap() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::willReturnArgument() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::willReturnCallback() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::willReturnSelf() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::willReturnOnConsecutiveCalls() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::willThrowException() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::with() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::withConsecutive() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_InvocationMocker::withAnyParameters() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_Builder_ParametersMatch::with() — Method in class PHPUnit_Framework_MockObject_Builder_ParametersMatch
Sets the parameters to match for, each parameter to this funtion will be part of match. To perform specific matches or constraints create a new PHPUnitFrameworkConstraint and use it for the parameter.
PHPUnit_Framework_MockObject_Builder_ParametersMatch::withAnyParameters() — Method in class PHPUnit_Framework_MockObject_Builder_ParametersMatch
Sets a matcher which allows any kind of parameters.
PHPUnit_Framework_MockObject_Builder_Stub::will() — Method in class PHPUnit_Framework_MockObject_Builder_Stub
Stubs the matching method with the stub object $stub. Any invocations of the matched method will now be handled by the stub instead.

_

PHPUnit_Framework_MockObject_Builder_InvocationMocker::__construct() — Method in class PHPUnit_Framework_MockObject_Builder_InvocationMocker
PHPUnit_Framework_MockObject_InvocationMocker::__construct() — Method in class PHPUnit_Framework_MockObject_InvocationMocker
PHPUnit_Framework_MockObject_Invocation_Object::__construct() — Method in class PHPUnit_Framework_MockObject_Invocation_Object
PHPUnit_Framework_MockObject_Invocation_Static::__construct() — Method in class PHPUnit_Framework_MockObject_Invocation_Static
PHPUnit_Framework_MockObject_Matcher::__construct() — Method in class PHPUnit_Framework_MockObject_Matcher
PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters::__construct() — Method in class PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::__construct() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount::__construct() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastCount
PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount::__construct() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount
PHPUnit_Framework_MockObject_Matcher_InvokedCount::__construct() — Method in class PHPUnit_Framework_MockObject_Matcher_InvokedCount
PHPUnit_Framework_MockObject_Matcher_MethodName::__construct() — Method in class PHPUnit_Framework_MockObject_Matcher_MethodName
PHPUnit_Framework_MockObject_Matcher_Parameters::__construct() — Method in class PHPUnit_Framework_MockObject_Matcher_Parameters
PHPUnit_Framework_MockObject_MockBuilder::__construct() — Method in class PHPUnit_Framework_MockObject_MockBuilder
PHPUnit_Framework_MockObject_MockObject::__phpunit_setOriginalObject() — Method in class PHPUnit_Framework_MockObject_MockObject
PHPUnit_Framework_MockObject_MockObject::__phpunit_getInvocationMocker() — Method in class PHPUnit_Framework_MockObject_MockObject
PHPUnit_Framework_MockObject_MockObject::__phpunit_verify() — Method in class PHPUnit_Framework_MockObject_MockObject
Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
PHPUnit_Framework_MockObject_MockObject::__phpunit_hasMatchers() — Method in class PHPUnit_Framework_MockObject_MockObject
PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls::__construct() — Method in class PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls
PHPUnit_Framework_MockObject_Stub_Exception::__construct() — Method in class PHPUnit_Framework_MockObject_Stub_Exception
PHPUnit_Framework_MockObject_Stub_Return::__construct() — Method in class PHPUnit_Framework_MockObject_Stub_Return
PHPUnit_Framework_MockObject_Stub_ReturnArgument::__construct() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnArgument
PHPUnit_Framework_MockObject_Stub_ReturnCallback::__construct() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnCallback
PHPUnit_Framework_MockObject_Stub_ReturnReference::__construct() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnReference
PHPUnit_Framework_MockObject_Stub_ReturnValueMap::__construct() — Method in class PHPUnit_Framework_MockObject_Stub_ReturnValueMap