PHP phpmock 네임스페이스

중첩된 네임스페이스

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

Interfaces

이름 설명
Deactivatable Implementation deactivates related mocks.

클래스들

이름 설명
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.