public function testUpdate() { $this->assertSame(0, $this->seq->get(0)); $this->seq->update(0, 5); $this->assertSame(5, $this->seq->get(0)); }