PHP Eloquent\Phony\Mock\Method Пространство имен

Interfaces

Имя Описание
WrappedMethod The interface implemented by wrapped methods.

Классы

Имя Описание
AbstractWrappedMethod An abstract base class for implementing wrapped methods.
WrappedCustomMethod A wrapper for custom methods.
WrappedMagicMethod A wrapper that allows calling of the parent magic method in mocks.
WrappedParentMethod A wrapper that allows calling of the parent method in mocks.
WrappedTraitMethod A wrapper that allows calling of the trait method in mocks.
WrappedUncallableMethod A wrapper for uncallable methods.