Ejemplo n.º 1
0
 public function testMap()
 {
     $instance = new ArrayAccess();
     $this->assertInstanceOf(ArrayMap::className(), $instance->getMap());
 }