code cleanup
This commit is contained in:
parent
20bd83232e
commit
2768f19b7c
2 changed files with 188 additions and 189 deletions
|
@ -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'));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue