Esempio n. 1
0
 public function testRemove()
 {
     $this->testAdd();
     $this->actionPool->remove($this->key);
 }
Esempio n. 2
0
 public function testRemove()
 {
     $this->assertNull($this->actionPool->remove($this->key));
 }