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 8d348d3 commit f4557adCopy full SHA for f4557ad
testing/database.rst
@@ -74,8 +74,8 @@ it's easy to pass a mock object within a test::
74
75
use AppBundle\Entity\Employee;
76
use AppBundle\Salary\SalaryCalculator;
77
- use Doctrine\Persistence\ManagerRegistry;
78
use Doctrine\Common\Persistence\ObjectRepository;
+ use Doctrine\Persistence\ManagerRegistry;
79
use PHPUnit\Framework\TestCase;
80
81
class SalaryCalculatorTest extends TestCase
0 commit comments