Skip to content

Commit 776f746

Browse files
authored
Merge pull request #1529 from DurandSacha/patch-1
alphabetical order in 'use' statements
2 parents 3f4d1be + 05a881d commit 776f746

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

tests/Propel/Tests/Runtime/Collection/ArrayCollectionTest.php

+9-8
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,19 @@
1010

1111
namespace Propel\Tests\Runtime\Collection;
1212

13+
14+
use Propel\Runtime\ActiveQuery\ModelCriteria;
15+
use Propel\Runtime\ActiveQuery\PropelQuery;
16+
use Propel\Runtime\Collection\ArrayCollection;
17+
use Propel\Runtime\Collection\ObjectCollection;
18+
use Propel\Runtime\Exception\PropelException;
19+
use Propel\Runtime\Map\TableMap;
1320
use Propel\Tests\Bookstore\Author;
1421
use Propel\Tests\Bookstore\Book;
15-
use Propel\Tests\Bookstore\Map\BookTableMap;
1622
use Propel\Tests\Bookstore\Country;
17-
use Propel\Tests\Helpers\Bookstore\BookstoreEmptyTestBase;
23+
use Propel\Tests\Bookstore\Map\BookTableMap;
1824
use Propel\Tests\Helpers\Bookstore\BookstoreDataPopulator;
19-
use Propel\Runtime\Collection\ObjectCollection;
20-
use Propel\Runtime\Collection\ArrayCollection;
21-
use Propel\Runtime\Exception\PropelException;
22-
use Propel\Runtime\ActiveQuery\ModelCriteria;
23-
use Propel\Runtime\ActiveQuery\PropelQuery;
24-
use Propel\Runtime\Map\TableMap;
25+
use Propel\Tests\Helpers\Bookstore\BookstoreEmptyTestBase;
2526

2627
/**
2728
* Test class for ObjectCollection.

0 commit comments

Comments
 (0)