mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-26 12:24:59 +01:00
Improve tests
This commit is contained in:
parent
b6bacba615
commit
3180939131
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user