function testHasParameterFindsParam()
 {
     $items = noSort();
     $this->assertTrue($this->sorter->hasParameter('label', $items));
 }
 function testHasParameterFindsParam()
 {
     $this->assertTrue($this->sorter->hasParameter('label', noSort()));
 }