Skip to content

Releases: facile-it/moka

Check if method is final before extends.

28 Jun 15:34
Compare
Choose a tag to compare
v2.0.0-alpha4

override method only when is not final

Fix __call arguments types

28 Jun 14:51
Compare
Choose a tag to compare
Pre-release
v2.0.0-alpha2

Fix call parameters

Proposal of a Proxy that extends real mock object

28 Jun 14:28
Compare
Choose a tag to compare

You can don't use serve() method.

Add method moka()

28 Jun 13:44
Compare
Choose a tag to compare
Merge pull request #36 from facile-it/hotfix/readme

Document moka() and ProxyInterface

Update signature of mock methods

27 Jun 12:18
Compare
Choose a tag to compare
Merge pull request #32 from facile-it/hotfix/method-signature

Update method signature

Remove StubFactory from Proxy

27 Jun 11:14
Compare
Choose a tag to compare
Merge pull request #31 from facile-it/feature/advanced-stub

Remove StubFactory from Proxy

Small cleanup

27 Jun 08:26
Compare
Choose a tag to compare

Fix tiny things here and there.

Return a fresh mock object when alias is NULL

26 Jun 13:49
Compare
Choose a tag to compare
Merge pull request #24 from facile-it/feature/unique-proxy-mock

Use a mt_rand to concat fqcn when alias is empty

Fix method forwarding and support PHPUnit 6

26 Jun 11:17
Compare
Choose a tag to compare
Merge pull request #22 from facile-it/hotfix/method-forwarding

Fix method forwarding

Finalize plugin architecture and provide method forwarding

26 Jun 10:12
Compare
Choose a tag to compare
  • Finalize plugin architecture (stop shipping non default dependencies).
  • Provide method forwarding between Proxy and real mock object implementation.
  • Provide test case for testing plugin implementations.