php-mock is a lightweight PHP library for dynamically creating mock objects for classes and interfaces and functions. It enables easy method mocking, supports class inheritance and interface implementation, and allows flexible customization of mock behavior, making it ideal for unit testing.
-
Updated
Feb 28, 2025 - PHP