Пример #1
0
 public function testAddsParametersFromArrayUsingSetOptions()
 {
     $this->subscriber->setOptions(array('parameters' => array('foo' => 'bar', 'boo' => 'baz')));
     $this->assertEquals(array('foo' => 'bar', 'boo' => 'baz'), $this->subscriber->getParameters());
 }