public function testEndPoint()
 {
     $options = new Search();
     $this->assertEquals('/promotions/search.xml', $options->getEndPoint());
 }