PHP Eloquent\Phony\Spy Namespace

Nested Namespaces

Eloquent\Phony\Spy\Detail

Interfaces

Name Description
IterableSpy The interface implemented by iterable spies.
Spy The interface implemented by spies.

Classes

Name Description
ArraySpy Spies on an array.
GeneratorSpyFactory Creates generator spies.
IterableSpyFactory Creates iterable spies.
SpyData Spies on a function or method.
SpyFactory Creates spies.
SpyVerifier Provides convenience methods for verifying interactions with a spy.
SpyVerifierFactory Creates spy verifiers.
TraversableSpy Spies on an traversable.