Skip to content

Releases: facile-it/moka

Support stubbing methods returning a reference

02 Feb 14:30
e56b079
Compare
Choose a tag to compare
Merge pull request #50 from facile-it/feature/reference

Support methods returning a reference

Support PHP 7.4

31 Jan 12:42
da80602
Compare
Choose a tag to compare
Merge pull request #49 from facile-it/feature/php74

PHP 7.4 support

Support PHPUnit 7

06 Apr 09:45
5369e8a
Compare
Choose a tag to compare
Merge pull request #44 from facile-it/feature/phpunit7

PhpUnit 7 integration and drop support for php70

Support PHPUnit 6.5

09 Jan 17:27
f9d3c12
Compare
Choose a tag to compare
Merge pull request #43 from facile-it/feature/phpunit65

Support PHPUnit 6.5

Cleanup directory structure

09 Jan 16:41
8508921
Compare
Choose a tag to compare
Merge pull request #42 from facile-it/cleanup

Do some routine cleanup

Use random_int instead of mt_rand

18 Oct 16:45
Compare
Choose a tag to compare

Replaced the mt_rand function with random_int when generating the proxy class name.

Refactor public test case

04 Aug 14:18
Compare
Choose a tag to compare
Merge pull request #39 from facile-it/feature/public-tests

Refactor public tests

Fix property stubs

25 Jul 09:05
Compare
Choose a tag to compare
Merge pull request #38 from facile-it/hotfix/properties-stub

Fix property stubs

Whole new refactor and lots of goodies

12 Jul 15:17
Compare
Choose a tag to compare
  • Make Proxy extend the actual mock object
  • Add function moka() to replace the homonym method
  • Support property stubs

Replace traits with function moka()

30 Jun 01:33
Compare
Choose a tag to compare
Pre-release
v2.0.0-alpha5

Fix tests and improve code quality