propelorm / Propel2

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
http://propelorm.org/
MIT License
1.26k stars 399 forks source link

Tests & Fixes for #1660, #1713 - Bugfix: getCollectionClassName() should only return Collection classes #1724

Closed mringler closed 3 years ago

mringler commented 3 years ago

Tests & fixes for #1660, #1713: Simply make sure that getCollectionClassName() returns a class extending Collection, otherwise bad things can happen.

If merged, this replaces #1660, #1713

mringler commented 3 years ago

Hey @dereuromark , you can close #1660 now, it's a dysfunctional fix for the same issue