We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abee91d commit 1b7c1bbCopy full SHA for 1b7c1bb
2 files changed
CHANGELOG.md
@@ -1,9 +1,5 @@
1
# Changelog
2
3
-#### 0.4.1 05/04/2014
4
-
5
-* test double for traits
6
7
8
#### 0.4.1
9
02/25/2014
src/AspectMock/Proxy/InstanceProxy.php
@@ -46,13 +46,13 @@
46
* Also, you can get the list of calls for a specific method.
47
*
48
* ```php
49
+ * <?php
50
* $user = test::double(new UserModel);
51
* $user->someMethod('arg1', 'arg2');
52
* $user->getCallsForMethod('someMethod') // [ ['arg1', 'arg2'] ]
53
+ * ?>
54
+ * ```
55
- * Class InstanceVerifier
- * @package AspectMock\Core
- * @property $class ClassProxy
56
*/
57
58
class InstanceProxy extends Verifier {
0 commit comments