Skip to content

Commit bd76ed4

Browse files
author
mikey179
committed
prepare release
1 parent b38c4ab commit bd76ed4

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ _bovigo/callmap_ is distributed as [Composer](https://getcomposer.org/) package.
2020
To install it as a development dependency of your package add the following line
2121
to the `require-dev` package links:
2222

23-
"bovigo/callmap": "~0.4"
23+
"bovigo/callmap": "~0.5"
2424

2525
To 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

2929
Requirements
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-
270268
Sometimes it is required to ensure that a method was invoked a certain amount of
271269
times. 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,
318314
as argument verification makes use of the `PHPUnit_Framework_Constraint` classes._
319315

0 commit comments

Comments
 (0)