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