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.
2 parents 12e2ef0 + 1fe82dd commit 8ff4543Copy full SHA for 8ff4543
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