CR
This commit is contained in:
Fabio Guachalla
2020-06-08 17:25:28 -04:00
parent 1e508a2450
commit 557f3634e5
5 changed files with 14 additions and 13 deletions

View File

@@ -207,9 +207,9 @@ class PMFTotalCalculationTest extends TestCase
]
];
$expectedArray = [
"0" => 20,
"1" => 70,
"2" => 10,
"1" => 20,
"2" => 70,
"3" => 10,
];
$this->assertEquals($expectedArray, PMFTotalCalculation($grid, 'field2', 'percentile'));
}