Skip to content

Releases: diloabininyeri/php-mock

v1.0.14

07 Mar 04:49
Compare
Choose a tag to compare

Added monitoring and logging features to embedded functions in php

v1.0.13

05 Mar 22:39
Compare
Choose a tag to compare

log operations
catch every time a mock method is called(always)
generally refactoyed
and a few more methods added

v1.0.12

03 Mar 23:32
Compare
Choose a tag to compare

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

02 Mar 05:02
Compare
Choose a tag to compare

The never method and the atMost methods has been added to management limiting call

v1.0.10

01 Mar 02:25
Compare
Choose a tag to compare

added mock side effects

v1.0.9

28 Feb 07:05
Compare
Choose a tag to compare

Added the ability to restore the mocked function and also added it to be called only once

v1.0.8

26 Feb 21:08
Compare
Choose a tag to compare

Added counter for mocked global function, outside scope, inside scope and grand total

v1.0.7

26 Feb 04:48
Compare
Choose a tag to compare

table feature and count method feature added in this version

v1.0.6

25 Feb 21:23
Compare
Choose a tag to compare

Added scenario for the onMockInstanceCreated method in the mockFactory,This comes into play when the mock object is created.

v1.0.5

23 Feb 05:29
Compare
Choose a tag to compare

Improvements have been made to the mock function object, especially the runWith Mock method.