Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit f3a7d3b

Browse files
authored
Merge pull request #421 from AKSW/fix/limitOffsetError
add orderby for the limit offset test
2 parents 618b3e0 + 07409eb commit f3a7d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/tests/integration/OntoWiki/Model/InstancesIntegrationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ public function testAddFilter()
183183
*/
184184
public function testLimitOffset()
185185
{
186+
$this->_instances->orderByUri();
186187
$this->_instances->addTypeFilter($this->_class);
187188
$this->assertCount(2, $this->_instances->getResources());
188189
$this->_instances->setLimit(1);

0 commit comments

Comments
 (0)