File tree 1 file changed +9
-8
lines changed
tests/Propel/Tests/Runtime/Collection
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 10
10
11
11
namespace Propel \Tests \Runtime \Collection ;
12
12
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 ;
13
20
use Propel \Tests \Bookstore \Author ;
14
21
use Propel \Tests \Bookstore \Book ;
15
- use Propel \Tests \Bookstore \Map \BookTableMap ;
16
22
use Propel \Tests \Bookstore \Country ;
17
- use Propel \Tests \Helpers \ Bookstore \BookstoreEmptyTestBase ;
23
+ use Propel \Tests \Bookstore \Map \ BookTableMap ;
18
24
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 ;
25
26
26
27
/**
27
28
* Test class for ObjectCollection.
You can’t perform that action at this time.
0 commit comments