From 05a881d88ac5e5642bec82c496b1a77cd8b617f7 Mon Sep 17 00:00:00 2001 From: Sacha Durand Date: Thu, 20 Feb 2020 02:24:49 +0100 Subject: [PATCH] alphabetical order in 'use' statements --- .../Runtime/Collection/ArrayCollectionTest.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/tests/Propel/Tests/Runtime/Collection/ArrayCollectionTest.php b/tests/Propel/Tests/Runtime/Collection/ArrayCollectionTest.php index 8e28805f69..b093af725a 100644 --- a/tests/Propel/Tests/Runtime/Collection/ArrayCollectionTest.php +++ b/tests/Propel/Tests/Runtime/Collection/ArrayCollectionTest.php @@ -10,18 +10,19 @@ namespace Propel\Tests\Runtime\Collection; + +use Propel\Runtime\ActiveQuery\ModelCriteria; +use Propel\Runtime\ActiveQuery\PropelQuery; +use Propel\Runtime\Collection\ArrayCollection; +use Propel\Runtime\Collection\ObjectCollection; +use Propel\Runtime\Exception\PropelException; +use Propel\Runtime\Map\TableMap; use Propel\Tests\Bookstore\Author; use Propel\Tests\Bookstore\Book; -use Propel\Tests\Bookstore\Map\BookTableMap; use Propel\Tests\Bookstore\Country; -use Propel\Tests\Helpers\Bookstore\BookstoreEmptyTestBase; +use Propel\Tests\Bookstore\Map\BookTableMap; use Propel\Tests\Helpers\Bookstore\BookstoreDataPopulator; -use Propel\Runtime\Collection\ObjectCollection; -use Propel\Runtime\Collection\ArrayCollection; -use Propel\Runtime\Exception\PropelException; -use Propel\Runtime\ActiveQuery\ModelCriteria; -use Propel\Runtime\ActiveQuery\PropelQuery; -use Propel\Runtime\Map\TableMap; +use Propel\Tests\Helpers\Bookstore\BookstoreEmptyTestBase; /** * Test class for ObjectCollection.