示例#1
0
 /**
  * @test
  */
 public function offsetExistsTest()
 {
     $this->assertTrue($this->fixture->offsetExists('firstName'));
 }