示例#1
0
 /**
  * @test
  */
 public function offsetUnsetTest()
 {
     $key = 'firstName';
     $this->fixture->offsetUnset($key);
     $this->assertNull($this->fixture->valueForKey($key));
 }