示例#1
0
 /**
  * @test
  */
 public function offsetGetTest()
 {
     $this->assertEquals('Daniel', $this->fixture->offsetGet('firstName'));
 }