Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit b14103b

Browse files
committed
Implemented iterable spy substitution, and exporter improvements. Closes #191, closes #192, closes #193.
1 parent 61b0bf3 commit b14103b

File tree

514 files changed

+3914
-2854
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

514 files changed

+3914
-2854
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Phony changelog
22

3+
## Next release
4+
5+
- **[IMPROVED]** Generator spies and iterable spies are now substituted in
6+
argument matching and verification ([#193]).
7+
- **[IMPROVED]** Documentation improvements ([#191], [#192]).
8+
9+
[#191]: https://github.com/eloquent/phony/issues/191
10+
[#192]: https://github.com/eloquent/phony/issues/192
11+
[#193]: https://github.com/eloquent/phony/issues/193
12+
313
## 0.13.5 (2016-09-20)
414

515
- **[IMPROVED]** Support for PHP 7.1 `iterable` pseudo-type ([#195]).

doc/img/verification/called-on/always.svg

Lines changed: 6 additions & 6 deletions
Loading

doc/img/verification/called-on/between.svg

Lines changed: 6 additions & 6 deletions
Loading

doc/img/verification/called-on/binding-mismatch.svg

Lines changed: 6 additions & 6 deletions
Loading

doc/img/verification/called-on/call-binding-mismatch.svg

Lines changed: 4 additions & 4 deletions
Loading

doc/img/verification/called-on/call-never.svg

Lines changed: 4 additions & 4 deletions
Loading

doc/img/verification/called-on/matcher.svg

Lines changed: 6 additions & 6 deletions
Loading

doc/img/verification/called-on/never.svg

Lines changed: 6 additions & 6 deletions
Loading

doc/img/verification/called-on/no-calls.svg

Lines changed: 2 additions & 2 deletions
Loading

doc/img/verification/called-on/times.svg

Lines changed: 6 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)