Skip to content

Commit

Permalink
Merge branch 'master' into feature/te-7001/master-symfony-5-support
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Sep 30, 2020
2 parents 7b0b604 + 37e6d6e commit 9d8e7a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function testToCriteriaShouldReturnEmptyCriteriaWhenNothingWasSet(): void
$this->assertInstanceOf(Criteria::class, $propelCriteria);
$this->assertSame(-1, $propelCriteria->getLimit());
$this->assertSame(0, $propelCriteria->getOffset());
$this->assertEquals([], $propelCriteria->getOrderByColumns());
$this->assertSame([], $propelCriteria->getOrderByColumns());
}

/**
Expand Down

0 comments on commit 9d8e7a5

Please sign in to comment.