flux-querybuilder/tests/Functions
David Arendsen 7430472c8c Fix error in RangeFunctionTest
Signed-off-by: David Arendsen <darendsen@gamepoint.com>
2023-01-12 11:49:52 +00:00
..
AggregateWindowTest.php Change optional parameters of aggregateWindow into an array 2022-09-01 12:30:10 +00:00
DuplicateFunctionTest.php Add duplicate() function to Query Builder 2022-09-01 13:47:34 +00:00
FilterFunctionTest.php Extract general QueryBuilder logic into an abstract class to make it more maintainable 2022-12-21 16:02:43 +00:00
FromFunctionTest.php Fix coding style with phpcs PSR-12 standard 2022-08-15 20:28:25 +00:00
GroupFunctionTest.php Fix coding style with phpcs PSR-12 standard 2022-08-15 20:28:25 +00:00
LimitFunctionTest.php Add offset to limit() function 2022-12-16 12:36:01 +00:00
MapFunctionTest.php Add Map expression 2022-10-25 18:41:51 +00:00
MeanFunctionTest.php Add mean() method to Query Builder 2022-09-01 13:29:27 +00:00
RangeFunctionTest.php Fix error in RangeFunctionTest 2023-01-12 11:49:52 +00:00
ReduceFunctionTest.php Rename types to Type suffix 2022-08-16 15:49:06 +00:00
SortFunctionTest.php Fix coding style with phpcs PSR-12 standard 2022-08-15 20:28:25 +00:00
WindowFunctionTest.php Improve WindowFucnctionTest 2022-09-01 12:57:36 +00:00