code cleanup

This commit is contained in:
akemidx 2024-01-16 18:56:29 -05:00
parent 20bd83232e
commit 2768f19b7c
2 changed files with 188 additions and 189 deletions

View file

@ -99,7 +99,6 @@ class ReportTemplateTest extends TestCase
$this->assertEquals(['2', '3', '4'], $template->selectValues('an_array'));
$this->assertEquals([], $template->selectValues('an_empty_array'));
// @todo: should this actually be []?
$this->assertEquals([null], $template->selectValues('an_array_containing_null'));
$this->assertEquals([], $template->selectValues('non_existent_key'));
}