We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9330ec2 commit 1fe82ddCopy full SHA for 1fe82dd
cookbook/testing/database.rst
@@ -91,7 +91,7 @@ it's easy to pass a mock object within a test::
91
->will($this->returnValue($employeeRepository));
92
93
$salaryCalculator = new SalaryCalculator($entityManager);
94
- $this->assertEquals(1100, $salaryCalculator->calculateTotalSalary(1));
+ $this->assertEquals(2100, $salaryCalculator->calculateTotalSalary(1));
95
}
96
97
0 commit comments