Skip to content

Commit

Permalink
Merge pull request #1529 from DurandSacha/patch-1
Browse files Browse the repository at this point in the history
alphabetical order in 'use' statements
  • Loading branch information
dereuromark committed Jul 13, 2020
2 parents 3f4d1be + 05a881d commit 776f746
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tests/Propel/Tests/Runtime/Collection/ArrayCollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 776f746

Please sign in to comment.