From b01a485f4fa5efb8d6f7d5057e4196b0b71e1907 Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Fri, 14 May 2021 14:08:55 +0200 Subject: [PATCH] A couple of extra unit tests --- tests/data/Calculation/Statistical/MAXA.php | 4 ++++ tests/data/Calculation/Statistical/MINA.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tests/data/Calculation/Statistical/MAXA.php b/tests/data/Calculation/Statistical/MAXA.php index 7f9d7608..30b3928a 100644 --- a/tests/data/Calculation/Statistical/MAXA.php +++ b/tests/data/Calculation/Statistical/MAXA.php @@ -25,4 +25,8 @@ return [ 0, null, 'STRING', '', 'xl95', ], + [ + 0, + null, null, null, null, + ], ]; diff --git a/tests/data/Calculation/Statistical/MINA.php b/tests/data/Calculation/Statistical/MINA.php index 754f9aad..5f1fbd2a 100644 --- a/tests/data/Calculation/Statistical/MINA.php +++ b/tests/data/Calculation/Statistical/MINA.php @@ -25,4 +25,8 @@ return [ 0, null, 'STRING', '', 'xl95', ], + [ + 0, + null, null, null, null, + ], ];