Releases: diloabininyeri/php-mock
v1.0.14
v1.0.13
log operations
catch every time a mock method is called(always)
generally refactoyed
and a few more methods added
v1.0.12
The codes were made more organized, each was added to its own folder, the names of the classes were changed and a few more methods were added.
v1.0.11
The never method and the atMost methods has been added to management limiting call
v1.0.10
added mock side effects
v1.0.9
Added the ability to restore the mocked function and also added it to be called only once
v1.0.8
Added counter for mocked global function, outside scope, inside scope and grand total
v1.0.7
table feature and count method feature added in this version
v1.0.6
Added scenario for the onMockInstanceCreated method in the mockFactory,This comes into play when the mock object is created.
v1.0.5
Improvements have been made to the mock function object, especially the runWith Mock method.