/**
  * @dataProvider getOptionsDataProvider
  */
 public function testGetOptions($selectionCollection)
 {
     $this->prepareOptionMocks($selectionCollection);
     $this->assertSame($selectionCollection, $this->bundleOptionPrice->getOptions());
     $this->assertSame($selectionCollection, $this->bundleOptionPrice->getOptions());
 }