Skip to content

Commit f4557ad

Browse files
committed
Reorder
1 parent 8d348d3 commit f4557ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ it's easy to pass a mock object within a test::
7474

7575
use AppBundle\Entity\Employee;
7676
use AppBundle\Salary\SalaryCalculator;
77-
use Doctrine\Persistence\ManagerRegistry;
7877
use Doctrine\Common\Persistence\ObjectRepository;
78+
use Doctrine\Persistence\ManagerRegistry;
7979
use PHPUnit\Framework\TestCase;
8080

8181
class SalaryCalculatorTest extends TestCase

0 commit comments

Comments
 (0)