Closed MichaelPetrinolis closed 1 week ago
Added three new test methods to the LiquidTests class:
LiquidTests
SortingContentItems_ShouldSortTheArrayOnIntegerField
FilteringContentItems_ShouldFilterTheArrayOnBooleanField
FilteringAndSortingContentItems_ShouldFilterAndSortTheArrayOnContentFields
Introduced a static property FakeContentItems to generate fake content items for testing.
FakeContentItems
Added a static method CreateFakeContentItem to create a fake content item with specified order and boolean field values.
CreateFakeContentItem
tests for the #16922 bug
Added three new test methods to the
LiquidTests
class:SortingContentItems_ShouldSortTheArrayOnIntegerField
FilteringContentItems_ShouldFilterTheArrayOnBooleanField
FilteringAndSortingContentItems_ShouldFilterAndSortTheArrayOnContentFields
Introduced a static property
FakeContentItems
to generate fake content items for testing.Added a static method
CreateFakeContentItem
to create a fake content item with specified order and boolean field values.tests for the #16922 bug