We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd871d commit 3858a11Copy full SHA for 3858a11
tests/Integration/SpaceTest.php
@@ -39,6 +39,7 @@ public function provideSelectData()
39
[10, [[1], 'secondary', 11, 10]],
40
[9, [[1], 'secondary', 9, 10]],
41
[10, [[1], 'secondary', 10, 10]],
42
+ [20, [[1], 'secondary', null, null, 1]],
43
];
44
}
45
0 commit comments