silverstripe-gridfieldexten.../tests/Stub
Dylan Wagstaff b6130c4e11 Add unit tests for new ManyManyThrough support
The previous commit (9fa9ef89) added support for the new SilverStripe 4
feature of Many Many relationships through an intermediary object. After
much head scratching and community testing, the solution was proven to
work, however had no automated tests to confirm as such. This commit
rectifies that by testing both versioned and unversioned DataObjects in
a many_many through style relationship. Some minor tidy and comments
were also added as per feedback on the functionality code changes.
2018-06-26 14:41:39 +12:00
..
NamespacedClass.php FIX Update remaining unit tests, separate stubs, add PSR-4 autoloader 2017-09-18 21:06:17 +01:00
StubA.php FIX Update remaining unit tests, separate stubs, add PSR-4 autoloader 2017-09-18 21:06:17 +01:00
StubB.php FIX Update remaining unit tests, separate stubs, add PSR-4 autoloader 2017-09-18 21:06:17 +01:00
StubC.php FIX Update remaining unit tests, separate stubs, add PSR-4 autoloader 2017-09-18 21:06:17 +01:00
StubOrderableChild.php Merge branch '2' into 3 2018-02-21 13:28:13 +00:00
StubOrdered.php Merge branch '2' into 3 2018-02-21 13:28:13 +00:00
StubOrderedVersioned.php Corrected a case when sort column is located in a table that belongs to ancestor class of the item. 2018-04-27 10:00:34 +12:00
StubParent.php Add unit tests for new ManyManyThrough support 2018-06-26 14:41:39 +12:00
StubSubclass.php FIX Update remaining unit tests, separate stubs, add PSR-4 autoloader 2017-09-18 21:06:17 +01:00
StubSubclassOrderedVersioned.php Corrected a case when sort column is located in a table that belongs to ancestor class of the item. 2018-04-27 10:00:34 +12:00
StubUnorderable.php Merge branch '2' into 3 2018-02-21 13:28:13 +00:00
ThroughBelongs.php Add unit tests for new ManyManyThrough support 2018-06-26 14:41:39 +12:00
ThroughDefiner.php Add unit tests for new ManyManyThrough support 2018-06-26 14:41:39 +12:00
ThroughIntermediary.php Add unit tests for new ManyManyThrough support 2018-06-26 14:41:39 +12:00