File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ $user->getName(); // => 'davert'
6161$user->getEmail();// => 'davert@mail.ua'
6262
6363# create an instance of mocked class
64- test::double('User')->construct(['name' => 'davert']); // via constructir
64+ test::double('User')->construct(['name' => 'davert']); // via constructor
6565test::double('User')->make(); // without calling constructor
6666
6767# stub for magic method
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class Test {
6868 * $user->getEmail(); => 'davert@mail.ua'
6969 *
7070 * # create an instance of mocked class
71- * test::double('User')->construct(['name' => 'davert']); // via constructir
71+ * test::double('User')->construct(['name' => 'davert']); // via constructor
7272 * test::double('User')->make(); // without calling constructor
7373 *
7474 * # stub for magic method
You can’t perform that action at this time.
0 commit comments