Skip to content

Releases: mcn-fredw/mock-from-yaml-php

Upstream changes update

06 Aug 16:17
e6fe597
Compare
Choose a tag to compare

Handles Phpunit changes for how mock fixture outputs are declared.

update composer.json

01 Sep 21:01
Compare
Choose a tag to compare

Change repo url for systems that don't have ssh.

stable symfony/yaml version

15 Jul 19:33
Compare
Choose a tag to compare

depend on a release of symfony/yaml.

clean composer.json

15 Jul 15:55
Compare
Choose a tag to compare

Cleaned local testing from composer.json

php 7.4 bug fix

15 Jul 15:01
Compare
Choose a tag to compare

Fixed bug where a method argument was an integer, but being treated as a string.

allow double mock resolve

11 Jan 22:31
e2accf0
Compare
Choose a tag to compare
Merge pull request #2 from mcn-fredw/ChangeTests

allow double resolve on objects for partial mocks.

onConsecutiveCalls support fix

02 Jun 17:53
95cc7c3
Compare
Choose a tag to compare

Fix to support onConsecutiveCalls().
will: [onConsecutiveCalls, return0, return1, return2, ...]

Version 1.0.1

07 Mar 16:48
Compare
Choose a tag to compare

Fix use of PHPUnit getMock()/createMock() for older versions of PHPUnit.

Initial release

06 Mar 18:40
Compare
Choose a tag to compare

Initial release