コード例 #1
0
ファイル: CollectionTest.php プロジェクト: sigma-z/dive
 public function testRemoveItem()
 {
     $this->coll->remove('b');
     $this->assertFalse($this->coll->has('b'));
 }