flux-querybuilder/tests/Functions
2023-02-10 11:46:54 +01: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
LastFunctionTest.php Fix styling issues 2023-02-10 11:46:54 +01:00
LimitFunctionTest.php Add offset to limit() function 2022-12-16 12:36:01 +00:00
MapFunctionTest.php Fix some errors with the Map function 2023-01-12 12:11:28 +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
SumFunctionTest.php Add sum() Flux function + docs 2023-01-17 16:26:13 +00:00
WindowFunctionTest.php Improve WindowFucnctionTest 2022-09-01 12:57:36 +00:00