public function testSetSortBy() { $this->object->setSortBy(new SortBy(SortBy::SORT_BY_RELEVANCE, 'sort')); $this->assertInstanceOf(SortBy::class, $this->object->getSortBy()); $this->assertEquals('sort', $this->object->getSortBy()->getSortBy()); }