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