Пример #1
0
 public function testGetOption()
 {
     $this->element->option('foo', 'bar');
     $this->assertSame('bar', $this->element->getOption('foo'));
 }