Ejemplo n.º 1
0
 public function testSet()
 {
     // Remove the following lines when you implement this test.
     $this->assertTrue($this->object->set(2, 69)->toNative() == 2);
     $this->assertTrue($this->object->get(2)->toNative() == 69);
     $this->assertTrue($this->object->indexOf(69) == 2);
 }