File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1- 0.5.0 (2015-??-?? )
1+ 0.5.0 (2015-04-12 )
22------------------
33
44 * added ` bovigo\callmap\verify() ` as possibility to verify an expected call amount as well as expected arguments
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ _bovigo/callmap_ is distributed as [Composer](https://getcomposer.org/) package.
2020To install it as a development dependency of your package add the following line
2121to the ` require-dev ` package links:
2222
23- "bovigo/callmap": "~0.4 "
23+ "bovigo/callmap": "~0.5 "
2424
2525To install it as a runtime dependency for your package use the following command:
2626
27- composer require "bovigo/callmap=~0.4 "
27+ composer require "bovigo/callmap=~0.5 "
2828
2929Requirements
3030------------
@@ -265,8 +265,6 @@ This also prevents typos and wondering why something doesn't work as expected.
265265
266266### Verify method invocations ###
267267
268- _ Available since 0.5.0_
269-
270268Sometimes it is required to ensure that a method was invoked a certain amount of
271269times. In order to do that, _ bovigo/callmap_ provides the ` verify() ` function:
272270
@@ -312,8 +310,6 @@ will simply extend `\Exception`.
312310
313311### Verify passed arguments ###
314312
315- _ Available since 0.5.0_
316-
317313_ Please note that for this feature at the current time PHPUnit must be present,
318314as argument verification makes use of the ` PHPUnit_Framework_Constraint ` classes._
319315
You can’t perform that action at this time.
0 commit comments