Skip to content

Commit 3858a11

Browse files
author
Eugene Leonovich
committed
Test Space::select() with nullable limit and offset args
Ref: tarantool/tarantool-php#58
1 parent 6cd871d commit 3858a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Integration/SpaceTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function provideSelectData()
3939
[10, [[1], 'secondary', 11, 10]],
4040
[9, [[1], 'secondary', 9, 10]],
4141
[10, [[1], 'secondary', 10, 10]],
42+
[20, [[1], 'secondary', null, null, 1]],
4243
];
4344
}
4445

0 commit comments

Comments
 (0)