mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
Improve test coverage.
This commit is contained in:
@@ -26,6 +26,10 @@ namespace FireflyIII\Support;
|
||||
|
||||
use ArrayObject;
|
||||
|
||||
/**
|
||||
* Class NullArrayObject
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class NullArrayObject extends ArrayObject
|
||||
{
|
||||
public $default = null;
|
||||
|
Reference in New Issue
Block a user