Shmock.php

Classes

Shmock The Shmock\Shmock class is the entry point to the fluent Shmock interface. You may use this class directly to create mocks. Alternatively, use the Shmockers trait to include shorthand versions of create() and create_class() in your test cases.
Shmock_Closure_Invoker This is used to support the will() response to mocking a method.
Shmock_Exception It is recommended for Shmock policy implementors to use the \Shmock\Shmock_Exception type to signal policy infringements.