Ejemplo n.º 1
0
 public function testAddAt()
 {
     // Remove the following lines when you implement this test.
     $this->object->addAt(3, 11);
     $this->assertTrue($this->object->get(3)->toNative() == 11);
     $this->assertTrue($this->object->get(4)->toNative() == 3);
 }