Releases: diloabininyeri/php-mock
v1.0.9
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.
v1.0.4
Created a MockFunction object that can mock php -in-built functions
v1.0.3
Added generateCode toMockFactory method for debug
v1.0.2
Improvement version
classes were made more organized and also variadic pass by reference parameters were taken into account
v1.0.1
Construct scenario was added for mock object, parameters were added to construct to be sent, and a bug in void methods was fixed.
v1.0.0
The first version that creates a mock object in its basic form