Skip to content

Commit 8e4def2

Browse files
authored
Update Test.md
1 parent 6e56ab5 commit 8e4def2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $user = new User;
5858
test::double($user, ['getName' => 'davert']);
5959
test::double($user, ['getEmail' => '[email protected]']);
6060
$user->getName(); // => 'davert'
61-
$user->getEmail(); => '[email protected]'
61+
$user->getEmail();// => '[email protected]'
6262

6363
# create an instance of mocked class
6464
test::double('User')->construct(['name' => 'davert']); // via constructir

0 commit comments

Comments
 (0)