mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
code cleanup
This commit is contained in:
parent
20bd83232e
commit
2768f19b7c
|
@ -99,7 +99,6 @@ class ReportTemplateTest extends TestCase
|
||||||
|
|
||||||
$this->assertEquals(['2', '3', '4'], $template->selectValues('an_array'));
|
$this->assertEquals(['2', '3', '4'], $template->selectValues('an_array'));
|
||||||
$this->assertEquals([], $template->selectValues('an_empty_array'));
|
$this->assertEquals([], $template->selectValues('an_empty_array'));
|
||||||
// @todo: should this actually be []?
|
|
||||||
$this->assertEquals([null], $template->selectValues('an_array_containing_null'));
|
$this->assertEquals([null], $template->selectValues('an_array_containing_null'));
|
||||||
$this->assertEquals([], $template->selectValues('non_existent_key'));
|
$this->assertEquals([], $template->selectValues('non_existent_key'));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue