From aaad25a06174e4dc71123806404a28cd9deaa0d1 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sat, 19 Aug 2017 16:25:20 +0200 Subject: [PATCH] #6303 #6304 reverting changes to the `OrmFunctionalTestCase` --- tests/Doctrine/Tests/OrmFunctionalTestCase.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Doctrine/Tests/OrmFunctionalTestCase.php b/tests/Doctrine/Tests/OrmFunctionalTestCase.php index f4ba88275..e9299b1c6 100644 --- a/tests/Doctrine/Tests/OrmFunctionalTestCase.php +++ b/tests/Doctrine/Tests/OrmFunctionalTestCase.php @@ -311,8 +311,7 @@ abstract class OrmFunctionalTestCase extends OrmTestCase Models\Issue5989\Issue5989Person::class, Models\Issue5989\Issue5989Employee::class, Models\Issue5989\Issue5989Manager::class, - ] - + ], ]; /**