Skip to content

Releases: QratorLabs/Smocky

1.2.5

21 Feb 14:24
39663bb
Compare
Choose a tag to compare
fix(phpunit): fix support for phpunit-9/10/11

1.2.4

19 Feb 17:42
42631f6
Compare
Choose a tag to compare

Full Changelog: 1.2.3...1.2.4

fix(tests): add support for PHPUnit-10

10 Apr 15:27
9172ad9
Compare
Choose a tag to compare
  • 33cc05c1 fix(tests): add support for PHPUnit-10

fix(MockedMethod::callOriginal): add missing `return` statement

06 Jun 14:13
91954f1
Compare
Choose a tag to compare
  • 67192d46 fix(Phpunit/MockedMethod): add callOriginal and callOriginalStatic missing return statement
  • 8d4390e2 fix(codestyle): fix some codestyle issues in code and tests
  • 75aab5f4 fix(composer): update required phpstan version
  • 2c532894 fix(test): fix typo
  • 5aac3e0a fix(License): fix typo

Minor fixes

14 Dec 21:39
ccc919b
Compare
Choose a tag to compare
  • bumped phpstan version to
  • fixed codestyle with phpcs
  • added repo links to composer.json

feat(callOriginal): add way to call original methods/functions

14 Nov 22:21
561376e
Compare
Choose a tag to compare

New methods for mock-objects

  • callOriginal for dynamic class methods and functions
  • callOriginalStatic for static class methods

Also done some codestyle fixes

fix(package): add .gitattributes file

11 Oct 19:17
9ac035a
Compare
Choose a tag to compare
1.1.2

fix(package): add `.gitattributes` file

1.1.1

24 Sep 11:15
9d046fe
Compare
Choose a tag to compare

fix(doc): update README.md

1.1.0

24 Sep 10:43
24deaed
Compare
Choose a tag to compare

feat(functions): add support for mocking functions

1.0.1

20 Feb 11:11
90692a4
Compare
Choose a tag to compare
fix(tests): add phpdoc `@internal` to test classes