We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fc3d6 commit 588d15bCopy full SHA for 588d15b
README.md
@@ -81,7 +81,7 @@ Instead we will replace it with a dummy and verify that it gets called by `creat
81
<?php
82
function testUserCreate()
83
{
84
- $user = test::double('User', ['save' => null]));
+ $user = test::double('User', ['save' => null]);
85
$service = new UserService;
86
$service->createUserByName('davert');
87
$this->assertEquals('davert', $user->getName());
0 commit comments