public function rollback(State $state) { $state->add('rollback' . $this->id, 'rollback' . $this->id); }
public function testGetNotExists() { $state = new State(); $this->assertNull($state->get('nope')); }