function it_gets_the_options(Options $options)
 {
     $options->getArrayCopy()->willReturn(array());
     $this->getOptions()->shouldBeArray();
 }
Exemplo n.º 2
0
 /**
  * Get the build options.
  *
  * @return array
  */
 public function getOptions()
 {
     return $this->options->getArrayCopy();
 }