Esempio n. 1
0
 public function testSetOptionsType()
 {
     //do not provide the options type as the constructor argument
     $options = new Container();
     $options->setOptionsType('optionsType');
     $this->assertSame('optionsType', $options->getOptionsType());
 }