mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-30 04:39:45 +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()
|
public function __sleep()
|
||||||
{
|
{
|
||||||
return ['savedProp', 'arr'];
|
return ['savedProp', 'arr', 'arr2', 'arr3', 'arr4'];
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function onLoaded(DbArrayBuilder $config): void
|
protected function onLoaded(DbArrayBuilder $config): void
|
||||||
|
Loading…
Reference in New Issue
Block a user