Skip to content

Commit 1b7c1bb

Browse files
committed
fixed docs
1 parent abee91d commit 1b7c1bb

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Changelog
22

3-
#### 0.4.1 05/04/2014
4-
5-
* test double for traits
6-
73

84
#### 0.4.1
95
02/25/2014

src/AspectMock/Proxy/InstanceProxy.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
* Also, you can get the list of calls for a specific method.
4747
*
4848
* ```php
49+
* <?php
4950
* $user = test::double(new UserModel);
5051
* $user->someMethod('arg1', 'arg2');
5152
* $user->getCallsForMethod('someMethod') // [ ['arg1', 'arg2'] ]
53+
* ?>
54+
* ```
5255
*
53-
* Class InstanceVerifier
54-
* @package AspectMock\Core
55-
* @property $class ClassProxy
5656
*/
5757

5858
class InstanceProxy extends Verifier {

0 commit comments

Comments
 (0)