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 a4a48fe commit 0d705a0Copy full SHA for 0d705a0
testing/database.rst
@@ -71,7 +71,7 @@ it's easy to pass a mock object within a test::
71
public function testCalculateTotalSalary()
72
{
73
$employee = new Employee();
74
- $employee->setSalaray(1000);
+ $employee->setSalary(1000);
75
$employee->setBonus(1100);
76
77
// Now, mock the repository so it returns the mock of the employee
0 commit comments