コード例 #1
0
ファイル: ForgeTest.php プロジェクト: anctemarry27/cogs
 public function test03_remove()
 {
     $di = $this->forge;
     # following from test02...
     $this->forge->remove('spanks');
     $this->assertFalse($di->has('spanks'));
 }