Пример #1
0
 public function testOffsetSet()
 {
     $bag = new OptionsBag();
     $bag->offsetSet('antistatic', 'polyethylene terephthalate');
     $this->assertTrue($bag->offsetExists('antistatic'));
 }