PHP phpmock Namespace

Nested Namespaces

phpmock\environment
phpmock\functions
phpmock\generator
phpmock\spy
phpmock\test

Interfaces

Name Description
Deactivatable Implementation deactivates related mocks.

Classes

Name Description
AbstractMockTest Common tests for mocks.
Mock Mocking framework for built-in PHP functions.
MockBuilder Fluent API mock builder.
MockBuilderTest Tests MockBuilder.
MockCaseInsensitivityTest Tests Mock's case insensitivity.
MockDefiningOrderTest Tests the ordering of the mock creation.
MockEnabledException Exception when enabling a mock for an already mocked function.
MockRegistry Enabled mock registry.
MockTest Tests Mock.