コード例 #1
0
ファイル: ActionPoolTest.php プロジェクト: nja78/magento2
 public function testRemove()
 {
     $this->testAdd();
     $this->actionPool->remove($this->key);
 }
コード例 #2
0
 public function testRemove()
 {
     $this->assertNull($this->actionPool->remove($this->key));
 }