Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Apr 6, 2024
1 parent b6bacba commit 3180939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ final class TestObject extends DbObject

public function __sleep()
{
return ['savedProp', 'arr'];
return ['savedProp', 'arr', 'arr2', 'arr3', 'arr4'];
}

protected function onLoaded(DbArrayBuilder $config): void
Expand Down

0 comments on commit 3180939

Please sign in to comment.